Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hofstetter <[email protected]>
  • Loading branch information
sylvestre and cakebaker authored Jan 3, 2024
1 parent 4ed34de commit de1c7e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzz/fuzz_targets/fuzz_wc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit de1c7e5

Please sign in to comment.