mirror of
https://github.com/nlohmann/json.git
synced 2026-09-16 21:27:58 +00:00
🔨 moved third-party code into separate folder
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
RUN: mkdir -p %t
|
||||
RUN: echo abcd > %t/NthRunCrashTest.in
|
||||
RUN: LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in
|
||||
RUN: LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in -runs=10
|
||||
RUN: not LLVMFuzzer-NthRunCrashTest %t/NthRunCrashTest.in -runs=10000 2>&1 | FileCheck %s
|
||||
RUN: rm %t/NthRunCrashTest.in
|
||||
CHECK: BINGO
|
||||
|
||||
Reference in New Issue
Block a user