summaryrefslogtreecommitdiff
path: root/test/fuzzer/value-profile-cmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fuzzer/value-profile-cmp.test')
-rw-r--r--test/fuzzer/value-profile-cmp.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fuzzer/value-profile-cmp.test b/test/fuzzer/value-profile-cmp.test
new file mode 100644
index 000000000..64244297c
--- /dev/null
+++ b/test/fuzzer/value-profile-cmp.test
@@ -0,0 +1,3 @@
+CHECK: BINGO
+RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
+RUN: not %t-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s