summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/fuzzer-custommutator.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/fuzzer-custommutator.test')
-rw-r--r--compiler-rt/test/fuzzer/fuzzer-custommutator.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/fuzzer-custommutator.test b/compiler-rt/test/fuzzer/fuzzer-custommutator.test
new file mode 100644
index 00000000000..7a693cd4732
--- /dev/null
+++ b/compiler-rt/test/fuzzer/fuzzer-custommutator.test
@@ -0,0 +1,5 @@
+RUN: %cpp_compiler %S/CustomMutatorTest.cpp -o %t-CustomMutatorTest
+RUN: not %t-CustomMutatorTest 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutator
+LLVMFuzzerCustomMutator: In LLVMFuzzerCustomMutator
+LLVMFuzzerCustomMutator: BINGO
+
OpenPOWER on IntegriCloud