summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/value-profile-strncmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/value-profile-strncmp.test')
-rw-r--r--compiler-rt/test/fuzzer/value-profile-strncmp.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/value-profile-strncmp.test b/compiler-rt/test/fuzzer/value-profile-strncmp.test
index c97a37ac04c..b60b97f86f3 100644
--- a/compiler-rt/test/fuzzer/value-profile-strncmp.test
+++ b/compiler-rt/test/fuzzer/value-profile-strncmp.test
@@ -1,4 +1,4 @@
UNSUPPORTED: freebsd
CHECK: BINGO
RUN: %cpp_compiler %S/SingleStrncmpTest.cpp -o %t-SingleStrncmpTest
-RUN: not %t-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
+RUN: not %run %t-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud