summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/strstr.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/strstr.test')
-rw-r--r--compiler-rt/test/fuzzer/strstr.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/strstr.test b/compiler-rt/test/fuzzer/strstr.test
index 3583ab05d0d..f1fb210b47c 100644
--- a/compiler-rt/test/fuzzer/strstr.test
+++ b/compiler-rt/test/fuzzer/strstr.test
@@ -1,5 +1,5 @@
UNSUPPORTED: freebsd
RUN: %cpp_compiler %S/StrstrTest.cpp -o %t-StrstrTest
-RUN: not %t-StrstrTest -seed=1 -runs=2000000 2>&1 | FileCheck %s
+RUN: not %run %t-StrstrTest -seed=1 -runs=2000000 2>&1 | FileCheck %s
CHECK: BINGO
OpenPOWER on IntegriCloud