| Index: tools/run-deopt-fuzzer.py
|
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py
|
| index f8cc93748abab1b54610ac0e0d455efeef87f2c4..bbe0dc7bd7d98f313ab61f99365506eff3889e4c 100755
|
| --- a/tools/run-deopt-fuzzer.py
|
| +++ b/tools/run-deopt-fuzzer.py
|
| @@ -358,7 +358,8 @@ def Execute(arch, mode, args, options, suites, workspace):
|
| mode_flags, options.verbose,
|
| timeout, options.isolates,
|
| options.command_prefix,
|
| - options.extra_flags)
|
| + options.extra_flags,
|
| + False)
|
|
|
| # Find available test suites and read test cases from them.
|
| variables = {
|
|
|