Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index eafed016511e7434e8424ea0525173ade09d4b56..1e39e7705b092ce06e20529ba56694443a8b793c 100755 |
--- a/tools/run-deopt-fuzzer.py |
+++ b/tools/run-deopt-fuzzer.py |
@@ -371,7 +371,9 @@ def Execute(arch, mode, args, options, suites, workspace): |
options.extra_flags, |
False, |
options.random_seed, |
- True) |
+ True, |
+ 0, |
Jakob Kummerow
2014/07/02 07:27:26
nit: may want to add a comment what the False/True
Michael Achenbach
2014/07/02 08:06:32
Done.
|
+ 0) |
# Find available test suites and read test cases from them. |
variables = { |