[libFuzzer] simplify a test to make it pass on the bot

llvm-svn: 279796
This commit is contained in:
Kostya Serebryany 2016-08-26 00:18:16 +00:00
parent bbcc9f0462
commit 3e5991e540
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
RUN: LLVMFuzzer-SimpleTest -print_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS
PCS-NOT: NEW_PC
PCS:INITED
PCS:NEW_PC: {{0x[a-f0-9]+}} in LLVMFuzzerTestOneInput {{.*}}SimpleTest.cpp
PCS:NEW_PC: {{0x[a-f0-9]+}}
PCS:NEW
PCS:BINGO