summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-custommutator.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-custommutator.test')
-rw-r--r--llvm/lib/Fuzzer/test/fuzzer-custommutator.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-custommutator.test b/llvm/lib/Fuzzer/test/fuzzer-custommutator.test
index 1d3cba11bed..7a693cd4732 100644
--- a/llvm/lib/Fuzzer/test/fuzzer-custommutator.test
+++ b/llvm/lib/Fuzzer/test/fuzzer-custommutator.test
@@ -1,5 +1,5 @@
-RUN: %cpp_compiler %S/CustomMutatorTest.cpp -o %t-LLVMFuzzer-CustomMutatorTest
-RUN: not %t-LLVMFuzzer-CustomMutatorTest 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomMutator
+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