diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/simple-cmp.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/simple-cmp.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/simple-cmp.test b/llvm/lib/Fuzzer/test/simple-cmp.test index 8f980bb88a1..08123ed3ac4 100644 --- a/llvm/lib/Fuzzer/test/simple-cmp.test +++ b/llvm/lib/Fuzzer/test/simple-cmp.test @@ -1,3 +1,3 @@ -RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-LLVMFuzzer-SimpleCmpTest +RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest CHECK: BINGO -RUN: not %t-LLVMFuzzer-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s +RUN: not %t-SimpleCmpTest -seed=1 -runs=100000000 2>&1 | FileCheck %s |