Chromium Code Reviews| Index: tools/run-deopt-fuzzer.py |
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
| index c41dacbbe0831dd1fd02a7add8a5364b695e1c7f..489f447bf2d00cefcb648ba8c03d2a84d1072a07 100755 |
| --- a/tools/run-deopt-fuzzer.py |
| +++ b/tools/run-deopt-fuzzer.py |
| @@ -373,6 +373,7 @@ def Execute(arch, mode, args, options, suites, workspace): |
| "isolates": options.isolates, |
| "mode": mode, |
| "no_i18n": False, |
| + "simulator": utils.UseSimulator(arch), |
| "system": utils.GuessOS(), |
| } |
| all_tests = [] |