summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/cleanse.test
blob: ad08591d2fa31ed9942132fdafb83597e308f18f (plain)
1
2
3
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
OpenPOWER on IntegriCloud