mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
b662731542
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300498 91177308-0d34-0410-b5e6-96231b3b80d8
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
RUN: echo -n 0123456789ABCDEFGHIZ > %t-in
|
|
RUN: LLVMFuzzer-CleanseTest -cleanse_crash=1 %t-in -exact_artifact_path=%t-out
|
|
RUN: echo -n ' 1 5 A Z' | diff - %t-out
|