summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/fuzzer-customcrossover.test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-08-04 20:05:25 +0000
committerKostya Serebryany <kcc@google.com>2017-08-04 20:05:25 +0000
commit1d7a33b8ae6df56e9cb84f8198d617c17e55a0fc (patch)
treee6cf4dac2270efea5b9bae6911b1776b7681b789 /llvm/lib/Fuzzer/test/fuzzer-customcrossover.test
parent8d7755e7aa974f34982a2fd517759f66d8ca7ef9 (diff)
downloadbcm5719-llvm-1d7a33b8ae6df56e9cb84f8198d617c17e55a0fc.tar.gz
bcm5719-llvm-1d7a33b8ae6df56e9cb84f8198d617c17e55a0fc.zip
[libFuzzer] remove the now redundant 'LLVMFuzzer-' prefix from libFuzzer tests
llvm-svn: 310110
Diffstat (limited to 'llvm/lib/Fuzzer/test/fuzzer-customcrossover.test')
-rw-r--r--llvm/lib/Fuzzer/test/fuzzer-customcrossover.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/test/fuzzer-customcrossover.test b/llvm/lib/Fuzzer/test/fuzzer-customcrossover.test
index fc762a45054..8f74cd98f75 100644
--- a/llvm/lib/Fuzzer/test/fuzzer-customcrossover.test
+++ b/llvm/lib/Fuzzer/test/fuzzer-customcrossover.test
@@ -1,10 +1,10 @@
-RUN: %cpp_compiler %S/CustomCrossOverTest.cpp -o %t-LLVMFuzzer-CustomCrossOverTest
+RUN: %cpp_compiler %S/CustomCrossOverTest.cpp -o %t-CustomCrossOverTest
RUN: rm -rf %t/CustomCrossover
RUN: mkdir -p %t/CustomCrossover
RUN: echo "0123456789" > %t/CustomCrossover/digits
RUN: echo "abcdefghij" > %t/CustomCrossover/chars
-RUN: not %t-LLVMFuzzer-CustomCrossOverTest -seed=1 -runs=100000 %t/CustomCrossover 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomCrossover
+RUN: not %t-CustomCrossOverTest -seed=1 -runs=100000 %t/CustomCrossover 2>&1 | FileCheck %s --check-prefix=LLVMFuzzerCustomCrossover
RUN: rm -rf %t/CustomCrossover
LLVMFuzzerCustomCrossover: In LLVMFuzzerCustomCrossover
OpenPOWER on IntegriCloud