From b8fc761dc191ca0e26d5e10232bc5bf1814b9bec Mon Sep 17 00:00:00 2001 From: Gleb Naumenko Date: Fri, 24 Jul 2020 10:19:45 +0300 Subject: [PATCH] Update comment for test_msg_hole --- fuzz/src/msg_targets/utils.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/src/msg_targets/utils.rs b/fuzz/src/msg_targets/utils.rs index 6125e5afd..7e3bf52e4 100644 --- a/fuzz/src/msg_targets/utils.rs +++ b/fuzz/src/msg_targets/utils.rs @@ -78,8 +78,8 @@ macro_rules! test_msg_exact { } } -// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to 0s on -// re-serialization. +// Tests a message that must survive roundtrip exactly, modulo one "hole" which may be set to +// any value on re-serialization. #[macro_export] macro_rules! test_msg_hole { ($MsgType: path, $data: ident, $hole: expr, $hole_len: expr) => { -- 2.39.5