summaryrefslogtreecommitdiff
path: root/test/fuzzer/trace-pc.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/trace-pc.test')
-rw-r--r--test/fuzzer/trace-pc.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/fuzzer/trace-pc.test b/test/fuzzer/trace-pc.test
deleted file mode 100644
index 30049331e..000000000
--- a/test/fuzzer/trace-pc.test
+++ /dev/null
@@ -1,3 +0,0 @@
-RUN: %cpp_compiler %S/SimpleTest.cpp -fsanitize-coverage=0 -fsanitize-coverage=trace-pc -o %t-SimpleTest-TracePC
-CHECK: BINGO
-RUN: not %run %t-SimpleTest-TracePC -runs=1000000 -seed=1 2>&1 | FileCheck %s