From de1c7e560e4c3aa52d2675090c607245b179df21 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 3 Jan 2024 16:55:51 +0100 Subject: [PATCH] remove comment Co-authored-by: Daniel Hofstetter --- fuzz/fuzz_targets/fuzz_wc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fuzz/fuzz_targets/fuzz_wc.rs b/fuzz/fuzz_targets/fuzz_wc.rs index 0702249063e..79bc919e941 100644 --- a/fuzz/fuzz_targets/fuzz_wc.rs +++ b/fuzz/fuzz_targets/fuzz_wc.rs @@ -34,7 +34,6 @@ fn generate_wc_args() -> String { 5 => { args.push(String::from("--files0-from")); if rng.gen_bool(0.5) { - // 50% chance to add an invalid file name args.push(generate_random_string(50)); // Longer invalid file name } else { args.push(generate_random_string(5));