| Index: tools/fuzz-harness.sh
|
| diff --git a/tools/fuzz-harness.sh b/tools/fuzz-harness.sh
|
| index c874d018451730fa8862ab9f062d1349ef696264..01f03538e271a09d0c03659f9f16acf32e412ca8 100755
|
| --- a/tools/fuzz-harness.sh
|
| +++ b/tools/fuzz-harness.sh
|
| @@ -87,7 +87,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)
|
|
|