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

