diff options
Diffstat (limited to 'compiler-rt/test/fuzzer/recommended-dictionary.test')
| -rw-r--r-- | compiler-rt/test/fuzzer/recommended-dictionary.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/recommended-dictionary.test b/compiler-rt/test/fuzzer/recommended-dictionary.test new file mode 100644 index 00000000000..41b62c924ce --- /dev/null +++ b/compiler-rt/test/fuzzer/recommended-dictionary.test @@ -0,0 +1,6 @@ +RUN: %cpp_compiler %S/RepeatedMemcmp.cpp -o %t-RepeatedMemcmp +RUN: %t-RepeatedMemcmp -seed=11 -runs=100000 -max_len=20 2>&1 | FileCheck %s --check-prefix=RECOMMENDED_DICT +RECOMMENDED_DICT:###### Recommended dictionary. ###### +RECOMMENDED_DICT-DAG: "foo" +RECOMMENDED_DICT-DAG: "bar" +RECOMMENDED_DICT:###### End of recommended dictionary. ###### |

