summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/sancov/stats.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/sancov/stats.test')
-rw-r--r--llvm/test/tools/sancov/stats.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/sancov/stats.test b/llvm/test/tools/sancov/stats.test
index 05e712b0bde..030d16a9dc6 100644
--- a/llvm/test/tools/sancov/stats.test
+++ b/llvm/test/tools/sancov/stats.test
@@ -1,9 +1,9 @@
REQUIRES: x86_64-linux
RUN: sancov -print-coverage-stats %p/Inputs/test-linux_x86_64 %p/Inputs/test-linux_x86_64.0.sancov | FileCheck %s
-CHECK: all-edges: 9
+CHECK: all-edges: 8
CHECK: cov-edges: 5
-CHECK: all-functions: 3
+CHECK: all-functions: 2
CHECK: cov-functions: 2
OpenPOWER on IntegriCloud