summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/extra-counters.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/extra-counters.test')
-rw-r--r--compiler-rt/test/fuzzer/extra-counters.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/fuzzer/extra-counters.test b/compiler-rt/test/fuzzer/extra-counters.test
index 485410dcbe5..a93f775dcfc 100644
--- a/compiler-rt/test/fuzzer/extra-counters.test
+++ b/compiler-rt/test/fuzzer/extra-counters.test
@@ -1,8 +1,7 @@
REQUIRES: linux
RUN: %cpp_compiler %S/TableLookupTest.cpp -o %t-TableLookupTest
-RUN: not %t-TableLookupTest -print_final_stats=1 2>&1 | FileCheck %s
+RUN: not %run %t-TableLookupTest -print_final_stats=1 2>&1 | FileCheck %s
CHECK: INFO: {{[0-9]+}} Extra Counters
-CHECK: BINGO
// Expecting >= 4096 new_units_added
CHECK: stat::new_units_added:{{.*[4][0-9][0-9][0-9]}}
OpenPOWER on IntegriCloud