forked from OSchip/llvm-project
[libFuzzer] re-enable fuzzer-printcovpcs.test
llvm-svn: 310126
This commit is contained in:
parent
299bebfbc3
commit
64426e3ba8
|
@ -1,5 +1,5 @@
|
|||
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
|
||||
DISABLED: not %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
|
||||
RUN: not %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
|
||||
PCS-NOT: NEW_PC
|
||||
PCS:INITED
|
||||
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
||||
|
|
Loading…
Reference in New Issue