diff options
Diffstat (limited to 'llvm/test/tools/sancov/stats.test')
| -rw-r--r-- | llvm/test/tools/sancov/stats.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/tools/sancov/stats.test b/llvm/test/tools/sancov/stats.test index e91100b941b..2e1324dedcd 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-points: 16 -CHECK: cov-points: 7 -CHECK: all-fns: 3 -CHECK: cov-fns: 2 +CHECK: all-edges: 16 +CHECK: cov-edges: 7 +CHECK: all-functions: 3 +CHECK: cov-functions: 2 |

