Index: tools/run-deopt-fuzzer.py |
diff --git a/tools/run-deopt-fuzzer.py b/tools/run-deopt-fuzzer.py |
index 57cb6b278c5c762add2e7b94ad94cb8acdd5eb13..bd474f95ea88fd416fd81c69aa7888fb40f10c1c 100755 |
--- a/tools/run-deopt-fuzzer.py |
+++ b/tools/run-deopt-fuzzer.py |
@@ -389,6 +389,7 @@ def Execute(arch, mode, args, options, suites, workspace): |
"simulator": utils.UseSimulator(arch), |
"system": utils.GuessOS(), |
"tsan": False, |
+ "msan": False, |
} |
all_tests = [] |
num_tests = 0 |