summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/repeated-bytes.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/repeated-bytes.test')
-rw-r--r--llvm/lib/Fuzzer/test/repeated-bytes.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/test/repeated-bytes.test b/llvm/lib/Fuzzer/test/repeated-bytes.test
index fc72142f15d..65a26725a26 100644
--- a/llvm/lib/Fuzzer/test/repeated-bytes.test
+++ b/llvm/lib/Fuzzer/test/repeated-bytes.test
@@ -1,2 +1,3 @@
+RUN: %cpp_compiler %S/RepeatedBytesTest.cpp -o %t-LLVMFuzzer-RepeatedBytesTest
CHECK: BINGO
-RUN: not LLVMFuzzer-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s
+RUN: not %t-LLVMFuzzer-RepeatedBytesTest -seed=1 -runs=1000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud