It broke one of the buildbots: http://lab.llvm.org:8080/green/job/clang-stage1-RA/13026/console
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
UNSUPPORTED: darwin, freebsd, windows
|
|
RUN: %cpp_compiler -DMEMCMP=bcmp %S/MemcmpTest.cpp -o %t
|
|
RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|