mirror of
https://github.com/nlohmann/json.git
synced 2024-12-21 12:05:30 +08:00
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
|
RUN: LLVMFuzzer-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]+}}
|
||
|
PCS:NEW_PC: {{0x[a-f0-9]+}}
|
||
|
PCS:NEW
|
||
|
PCS:BINGO
|
||
|
|