diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/cxxstring.test')
-rw-r--r-- | compiler-rt/test/fuzzer/cxxstring.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/cxxstring.test b/compiler-rt/test/fuzzer/cxxstring.test index a4e478ddb3f..65edeec1964 100644 --- a/compiler-rt/test/fuzzer/cxxstring.test +++ b/compiler-rt/test/fuzzer/cxxstring.test @@ -2,5 +2,5 @@ UNSUPPORTED: windows,freebsd RUN: %cpp_compiler %S/CxxStringEqTest.cpp -o %t-CxxStringEqTest -RUN: not %t-CxxStringEqTest -seed=1 -runs=1000000 2>&1 | FileCheck %s +RUN: not %run %t-CxxStringEqTest -seed=1 -runs=1000000 2>&1 | FileCheck %s CHECK: BINGO |