diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/trace-pc.test')
-rw-r--r-- | compiler-rt/test/fuzzer/trace-pc.test | 2 |
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 1088532400e..30049331e36 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 -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 +RUN: not %run %t-SimpleTest-TracePC -runs=1000000 -seed=1 2>&1 | FileCheck %s |