Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
YanVictorSN committed Feb 12, 2025
1 parent 9d856f8 commit 8df4c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-test-fuzz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ fn build(opts: &TestFuzz, use_instrumentation: bool, quiet: bool) -> Result<Vec<
if let Some(name) = &opts.test {
args.extend_from_slice(&["--test", name]);
}

// smoelius: Suppress "Warning: AFL++ tools will need to set AFL_MAP_SIZE..." Setting
// `AFL_QUIET=1` doesn't work here, so pipe standard error to /dev/null.
// smoelius: Suppressing all of standard error is too extreme. For now, suppress only when
Expand Down

0 comments on commit 8df4c3b

Please sign in to comment.