diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/value-profile-cmp3.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/value-profile-cmp3.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/value-profile-cmp3.test b/llvm/lib/Fuzzer/test/value-profile-cmp3.test index 28967c45555..d2284750b51 100644 --- a/llvm/lib/Fuzzer/test/value-profile-cmp3.test +++ b/llvm/lib/Fuzzer/test/value-profile-cmp3.test @@ -1,3 +1,3 @@ CHECK: BINGO -RUN: %cpp_compiler %S/AbsNegAndConstantTest.cpp -o %t-LLVMFuzzer-AbsNegAndConstantTest -RUN: not %t-LLVMFuzzer-AbsNegAndConstantTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s +RUN: %cpp_compiler %S/AbsNegAndConstantTest.cpp -o %t-AbsNegAndConstantTest +RUN: not %t-AbsNegAndConstantTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s |

