Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / fuzzer-printcovpcs.test
bloba7e3006c75858ceb00e8d9a646e8e0ba6915e2a2
1 UNSUPPORTED: target=aarch64{{.*}}
2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
3 RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
4 PCS-NOT: NEW_PC
5 PCS:INITED
6 PCS:NEW_PC: {{0x[a-f0-9]+}}
7 PCS:NEW_PC: {{0x[a-f0-9]+}}
8 PCS:NEW
9 PCS:BINGO