[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / fuzzer-printcovpcs.test
blob751dc9f224f09ab55eb5bafd2b152a946a681dc3
1 UNSUPPORTED: 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