Chromium Code Reviews| Index: tools/run-deopt-fuzzer.py |
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
| index bbe0dc7bd7d98f313ab61f99365506eff3889e4c..292cf002f9b3ff0b7f12de73486df3a7cbdec85f 100755 |
| --- a/tools/run-deopt-fuzzer.py |
| +++ b/tools/run-deopt-fuzzer.py |
| @@ -368,6 +368,7 @@ def Execute(arch, mode, args, options, suites, workspace): |
| "system": utils.GuessOS(), |
| "isolates": options.isolates, |
| "deopt_fuzzer": True, |
| + "no_i18n": False, |
| } |
| all_tests = [] |
| num_tests = 0 |