Skip to content

Commit 8094a86

Browse files
committed
Update comment for test_msg_hole
1 parent 6d27200 commit 8094a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzz/src/msg_targets/utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ macro_rules! test_msg_exact {
7878
}
7979
}
8080

81-
// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to 0s on
82-
// re-serialization.
81+
// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to
82+
// any value on re-serialization.
8383
#[macro_export]
8484
macro_rules! test_msg_hole {
8585
($MsgType: path, $data: ident, $hole: expr, $hole_len: expr) => {

0 commit comments

Comments
 (0)