blob: 7eb26dd7f1cbe081127a366c83b4cd70f7f9be90 (
plain)
1
2
3
4
5
6
|
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
|