summaryrefslogtreecommitdiff
path: root/test/fuzzer/repeated-bytes.test
blob: 0bba2a91688ff97bb57979224a6cc74f0b9e67e5 (plain)
1
2
3
RUN: %cpp_compiler %S/RepeatedBytesTest.cpp -o %t-RepeatedBytesTest
CHECK: BINGO
RUN: not %t-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s