summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/value-profile-cmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Fuzzer/test/value-profile-cmp.test')
-rw-r--r--llvm/lib/Fuzzer/test/value-profile-cmp.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/value-profile-cmp.test b/llvm/lib/Fuzzer/test/value-profile-cmp.test
index ae064950edf..d183b76f81f 100644
--- a/llvm/lib/Fuzzer/test/value-profile-cmp.test
+++ b/llvm/lib/Fuzzer/test/value-profile-cmp.test
@@ -2,5 +2,6 @@ CHECK: BINGO
RUN: not LLVMFuzzer-SimpleCmpTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
RUN: not LLVMFuzzer-SimpleHashTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
RUN: not LLVMFuzzer-AbsNegAndConstantTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
+RUN: not LLVMFuzzer-AbsNegAndConstant64Test -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud