summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/cleanse.test
blob: 8e45dc77d9ea4c6ce98090cd1c31222125ad7a61 (plain)
1
2
3
4
RUN: %cpp_compiler %S/CleanseTest.cpp -o %t-CleanseTest
RUN: echo -n 0123456789ABCDEFGHIZ > %t-in
RUN: %t-CleanseTest -cleanse_crash=1 %t-in -exact_artifact_path=%t-out
RUN: echo -n ' 1   5    A        Z' | diff - %t-out
OpenPOWER on IntegriCloud