Skip to content

Commit 11c499b

Browse files
Update cargo-afl/tests/integration.rs
Co-authored-by: Samuel Moelius <[email protected]>
1 parent c14a390 commit 11c499b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-afl/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn integration_cfg() {
4646
.arg("--manifest-path")
4747
.arg("../afl/Cargo.toml")
4848
.envs(if cfg_fuzzing {
49-
vec![("AFL_BENCH_UNTIL_CRASH", "1")]
49+
vec![]
5050
} else {
5151
vec![("AFL_NO_CFG_FUZZING", "1")]
5252
})

0 commit comments

Comments
 (0)