mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 11:57:07 +00:00
[libFuzzer] simplify a test to make it pass on the bot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cf34910507
commit
be74ea271b
@ -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…
x
Reference in New Issue
Block a user