Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index 223b030523c33dd45a6cbc139c8dd857c52fa0b5..9af864df3c57651abe89762df03ba239b2d2b474 100755 |
--- a/tools/run-deopt-fuzzer.py |
+++ b/tools/run-deopt-fuzzer.py |
@@ -379,7 +379,8 @@ def Execute(arch, mode, args, options, suites, workspace): |
True, # No sorting of test cases. |
0, # Don't rerun failing tests. |
0, # No use of a rerun-failing-tests maximum. |
- False) # No predictable mode. |
+ False, # No predictable mode. |
+ False) # No no_harness mode. |
# Find available test suites and read test cases from them. |
variables = { |