Update msg_targets with new, must-roundtrip, and hole messages
[rust-lightning] / fuzz / fuzz_targets / msg_targets / msg_target_template.txt
index 599a4f7225b08534adf0471babe8bf459489217d..6053c041cf72c64462cd0fd5047e14a7d36a70ee 100644 (file)
@@ -13,7 +13,7 @@ mod utils;
 #[inline]
 pub fn do_test(data: &[u8]) {
        reset_rng_state();
-       test_msg!(msgs::MSG_TARGET, data);
+       TEST_MSG!(msgs::MSG_TARGET, dataEXTRA_ARGS);
 }
 
 #[cfg(feature = "afl")]