summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/trace-pc.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/trace-pc.test')
-rw-r--r--compiler-rt/test/fuzzer/trace-pc.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/trace-pc.test b/compiler-rt/test/fuzzer/trace-pc.test
index eaa0cb08afb..1088532400e 100644
--- a/compiler-rt/test/fuzzer/trace-pc.test
+++ b/compiler-rt/test/fuzzer/trace-pc.test
@@ -1,3 +1,3 @@
-RUN: %cpp_compiler %S/SimpleTest.cpp -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters,trace-pc-guard -fsanitize-coverage=trace-pc -o %t-SimpleTest-TracePC
+RUN: %cpp_compiler %S/SimpleTest.cpp -fsanitize-coverage=0 -fsanitize-coverage=trace-pc -o %t-SimpleTest-TracePC
CHECK: BINGO
RUN: not %t-SimpleTest-TracePC -runs=1000000 -seed=1 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud