| Index: tools/jsfunfuzz/fuzz-harness.sh
|
| diff --git a/tools/jsfunfuzz/fuzz-harness.sh b/tools/jsfunfuzz/fuzz-harness.sh
|
| index 205a61b33516a46f953d931f64a65bdddf6c7bc1..8d064b286eb73808d134be62f71d9659faffcbb3 100755
|
| --- a/tools/jsfunfuzz/fuzz-harness.sh
|
| +++ b/tools/jsfunfuzz/fuzz-harness.sh
|
| @@ -65,7 +65,7 @@ EOF
|
|
|
| fi
|
|
|
| -flags='--debug-code --expose-gc --verify-gc'
|
| +flags='--expose-gc --verify-gc'
|
| python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
|
| "$d8" $flags "$jsfunfuzz_dir/jsfunfuzz/jsfunfuzz.js"
|
| exit_code=$(cat w* | grep " looking good" -c)
|
|
|