Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index e4d8f16b4ffd79247d0c08cb65325cf633b1cf97..38d5328563c8169bc3757f2a7ff0cdd9d8ba90eb 100755 |
--- a/tools/run-deopt-fuzzer.py |
+++ b/tools/run-deopt-fuzzer.py |
@@ -387,7 +387,8 @@ def Execute(arch, mode, args, options, suites, workspace): |
0, # No use of a rerun-failing-tests maximum. |
False, # No predictable mode. |
False, # No no_harness mode. |
- False) # Don't use perf data. |
+ False, # Don't use perf data. |
+ False) # Coverage not supported. |
# Find available test suites and read test cases from them. |
variables = { |