summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/value-profile-strcmp.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/value-profile-strcmp.test')
-rw-r--r--compiler-rt/test/fuzzer/value-profile-strcmp.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/value-profile-strcmp.test b/compiler-rt/test/fuzzer/value-profile-strcmp.test
new file mode 100644
index 00000000000..f5c766a658f
--- /dev/null
+++ b/compiler-rt/test/fuzzer/value-profile-strcmp.test
@@ -0,0 +1,3 @@
+CHECK: BINGO
+RUN: %cpp_compiler %S/SingleStrcmpTest.cpp -o %t-SingleStrcmpTest
+RUN: not %t-SingleStrcmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s
OpenPOWER on IntegriCloud