brintos

brintos / llvm-project-archived public Read only

0
0
Text · 438 B · c1fa931 Raw
11 lines · plain
1RUN: %cpp_compiler %S/AccumulateAllocationsTest.cpp -o %t-AccumulateAllocationsTest2 3RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=2 2>&1 | FileCheck %s --check-prefix=CHECK14CHECK1: Done 2 runs5 6RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=3 2>&1 | FileCheck %s --check-prefix=CHECK27CHECK2: Done 3 runs8 9RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=4 2>&1 | FileCheck %s --check-prefix=CHECK310CHECK3: Done 4 runs11