[libFuzzer] re-enable fuzzer-printcovpcs.test

llvm-svn: 310126
This commit is contained in:
Kostya Serebryany 2017-08-04 20:47:22 +00:00
parent 299bebfbc3
commit 64426e3ba8
1 changed files with 1 additions and 1 deletions

View File

@ -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]+}}