diff options
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-dict.test')
| -rw-r--r-- | llvm/lib/Fuzzer/test/fuzzer-dict.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-dict.test b/llvm/lib/Fuzzer/test/fuzzer-dict.test index f83a559e5f1..48c91dc1d6f 100644 --- a/llvm/lib/Fuzzer/test/fuzzer-dict.test +++ b/llvm/lib/Fuzzer/test/fuzzer-dict.test @@ -1,8 +1,8 @@ -RUN: %cpp_compiler %S/SimpleDictionaryTest.cpp -o %t-LLVMFuzzer-SimpleDictionaryTest +RUN: %cpp_compiler %S/SimpleDictionaryTest.cpp -o %t-SimpleDictionaryTest CHECK: BINGO Done1000000: Done 1000000 runs in -RUN: not %t-LLVMFuzzer-SimpleDictionaryTest -dict=%S/dict1.txt -seed=1 -runs=1000003 2>&1 | FileCheck %s -RUN: %t-LLVMFuzzer-SimpleDictionaryTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=Done1000000 +RUN: not %t-SimpleDictionaryTest -dict=%S/dict1.txt -seed=1 -runs=1000003 2>&1 | FileCheck %s +RUN: %t-SimpleDictionaryTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=Done1000000 |

