mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 19:56:06 +00:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
UNSUPPORTED: target={{.*freebsd.*}}
|
|
|
|
RUN: %cpp_compiler %S/CxxStringEqTest.cpp -o %t-CxxStringEqTest
|
|
|
|
RUN: not %run %t-CxxStringEqTest -seed=1 -runs=1000000 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|