You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
370 B
8 lines
370 B
UNSUPPORTED: freebsd
|
|
RUN: %cpp_compiler %S/RepeatedMemcmp.cpp -o %t-RepeatedMemcmp
|
|
RUN: %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. ######
|