summaryrefslogtreecommitdiff
path: root/test/fuzzer/fuzzer.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/fuzzer.test')
-rw-r--r--test/fuzzer/fuzzer.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fuzzer.test b/test/fuzzer/fuzzer.test
index e506fcbee..29bc8f0ce 100644
--- a/test/fuzzer/fuzzer.test
+++ b/test/fuzzer/fuzzer.test
@@ -8,7 +8,7 @@ RUN: %cpp_compiler %S/DSO2.cpp -fPIC -shared -o %t-DSO2.so
RUN: %cpp_compiler %S/DSOTestMain.cpp %S/DSOTestExtra.cpp -L. %t-DSO1.so %t-DSO2.so -o %t-DSOTest
RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest
RUN: %cpp_compiler %S/InitializeTest.cpp -o %t-InitializeTest
-RUN: %cpp_compiler %S/NotinstrumentedTest.cpp -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters,trace-pc-guard -o %t-NotinstrumentedTest-NoCoverage
+RUN: %cpp_compiler %S/NotinstrumentedTest.cpp -fsanitize-coverage=0 -o %t-NotinstrumentedTest-NoCoverage
RUN: %cpp_compiler %S/NullDerefOnEmptyTest.cpp -o %t-NullDerefOnEmptyTest
RUN: %cpp_compiler %S/NullDerefTest.cpp -o %t-NullDerefTest
RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest