Skip to content

Commit e0b793d

Browse files
committed
Fix coverage test
1 parent 2a1f4f5 commit e0b793d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

tests/coverage/assert_not.cov-map

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
Function name: assert_not::main
2-
Raw bytes (31): 0x[01, 01, 01, 0d, 00, 05, 01, 06, 01, 01, 12, 05, 02, 05, 00, 14, 09, 01, 05, 00, 14, 0d, 01, 05, 00, 16, 02, 01, 01, 00, 02]
2+
Raw bytes (29): 0x[01, 01, 00, 05, 01, 06, 01, 01, 12, 05, 02, 05, 00, 14, 09, 01, 05, 00, 14, 0d, 01, 05, 00, 16, 11, 01, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
5-
Number of expressions: 1
6-
- expression 0 operands: lhs = Counter(3), rhs = Zero
5+
Number of expressions: 0
76
Number of file 0 mappings: 5
87
- Code(Counter(0)) at (prev + 6, 1) to (start + 1, 18)
98
- Code(Counter(1)) at (prev + 2, 5) to (start + 0, 20)
109
- Code(Counter(2)) at (prev + 1, 5) to (start + 0, 20)
1110
- Code(Counter(3)) at (prev + 1, 5) to (start + 0, 22)
12-
- Code(Expression(0, Sub)) at (prev + 1, 1) to (start + 0, 2)
13-
= (c3 - Zero)
14-
Highest counter ID seen: c3
11+
- Code(Counter(4)) at (prev + 1, 1) to (start + 0, 2)
12+
Highest counter ID seen: c4
1513

0 commit comments

Comments
 (0)