Skip to content

Commit 219861d

Browse files
authored
aead: fixup blob files (#2018)
test macro was correct but the file format of blobby changed and the test files needed to be updated
1 parent 64bcc11 commit 219861d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

aead/tests/data/postfix.blb

1 Byte
Binary file not shown.

aead/tests/data/prefix.blb

1 Byte
Binary file not shown.

aead/tests/dummy.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,5 @@ impl AeadInOut for PostfixDummyAead {
170170
}
171171
}
172172

173-
// TODO: re-enable after dev macros are fixed
174-
// aead::new_test!(dummy_prefix, "prefix", PrefixDummyAead);
175-
// aead::new_test!(dummy_postfix, "postfix", PostfixDummyAead);
173+
aead::new_test!(dummy_prefix, "prefix", PrefixDummyAead);
174+
aead::new_test!(dummy_postfix, "postfix", PostfixDummyAead);

0 commit comments

Comments
 (0)