mirror of
https://github.com/nlohmann/json.git
synced 2024-12-21 03:47:52 +08:00
b21c345179
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests
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
|
|
|