We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14a390 commit 11c499bCopy full SHA for 11c499b
cargo-afl/tests/integration.rs
@@ -46,7 +46,7 @@ fn integration_cfg() {
46
.arg("--manifest-path")
47
.arg("../afl/Cargo.toml")
48
.envs(if cfg_fuzzing {
49
- vec![("AFL_BENCH_UNTIL_CRASH", "1")]
+ vec![]
50
} else {
51
vec![("AFL_NO_CFG_FUZZING", "1")]
52
})
0 commit comments