forked from OSchip/llvm-project
[libFuzzer] simplify a test to make it pass on the bot
llvm-svn: 279796
This commit is contained in:
parent
bbcc9f0462
commit
3e5991e540
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue