Skip to content

Commit 8230b8a

Browse files
committed
test/llvm-cov/branch-noShowBranch.test: Align CHECK-NOTs to branch-c-general.test's in #113114
1 parent f51db95 commit 8230b8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/test/tools/llvm-cov/branch-noShowBranch.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// REPORT-NOT: conditionals 24 0 100.00% 15 0 100.00% 16 2 87.50%
1313
// REPORT-NOT: early_exits 20 4 80.00% 25 2 92.00% 16 6 62.50%
1414
// REPORT-NOT: jumps 39 12 69.23% 48 2 95.83% 26 9 65.38%
15-
// REPORT-NOT: switches 28 5 82.14% 38 4 89.47% 30 9 70.00%
15+
// REPORT-NOT: switches 28 5 82.14% 38 4 89.47% 28 7 75.00%
1616
// REPORT-NOT: big_switch 25 1 96.00% 32 0 100.00% 30 6 80.00%
1717
// REPORT-NOT: boolean_operators 16 0 100.00% 13 0 100.00% 22 2 90.91%
1818
// REPORT-NOT: boolop_loops 19 0 100.00% 14 0 100.00% 16 2 87.50%
@@ -21,5 +21,4 @@
2121
// REPORT-NOT: main 1 0 100.00% 16 0 100.00% 0 0 0.00%
2222
// REPORT-NOT: c-general.c:static_func 4 0 100.00% 4 0 100.00% 2 0 100.00%
2323
// REPORT: TOTAL 197 24 87.82% 234 8 96.58%
24-
// REPORT-NOT: TOTAL 197 24 87.82% 234 13 94.44% 174 38 78.16%
25-
24+
// REPORT-NOT: TOTAL 197 24 87.82% 234 8 96.58% 172 36 79.07%

0 commit comments

Comments
 (0)