brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · d396f69 Raw
9 lines · plain
1RUN: %cpp_compiler %S/SimpleDictionaryTest.cpp -o %t-SimpleDictionaryTest2 3CHECK: BINGO4Done1000000: Done 1000000 runs in5 6RUN: not %run %t-SimpleDictionaryTest -dict=%S/dict1.txt -seed=1 -runs=1000003  2>&1 | FileCheck %s7RUN:     %run %t-SimpleDictionaryTest                    -seed=1 -runs=1000000  2>&1 | FileCheck %s --check-prefix=Done10000008 9