Chromium Code Reviews| Index: tools/run-deopt-fuzzer.py |
| diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
| index b809fdf988029bc623372d7152d2829ce5aef2cc..a6cb1f06ecff3bdc4d6f2797e064ed9370207bda 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, |
| + "no_snap": False, |
| "simulator": utils.UseSimulator(arch), |
| "system": utils.GuessOS(), |
| } |