Skip to content

Commit 817683c

Browse files
committed
fix coverage test
1 parent 101a0c6 commit 817683c

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

tests/coverage/assert_not.cov-map

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
Function name: assert_not::main
2-
Raw bytes (58): 0x[01, 01, 02, 05, 00, 0d, 00, 0a, 01, 06, 01, 00, 0b, 05, 01, 05, 00, 0c, 01, 00, 0d, 00, 11, 00, 01, 05, 00, 0c, 05, 00, 0d, 00, 13, 0d, 01, 05, 00, 0c, 02, 00, 0d, 00, 13, 00, 01, 05, 00, 0c, 0d, 00, 0d, 00, 15, 06, 01, 01, 00, 02]
2+
Raw bytes (54): 0x[01, 01, 00, 0a, 01, 06, 01, 00, 0b, 05, 01, 05, 00, 0c, 01, 00, 0d, 00, 11, 09, 01, 05, 00, 0c, 05, 00, 0d, 00, 13, 0d, 01, 05, 00, 0c, 09, 00, 0d, 00, 13, 11, 01, 05, 00, 0c, 0d, 00, 0d, 00, 15, 11, 01, 01, 00, 02]
33
Number of files: 1
44
- file 0 => global file 1
5-
Number of expressions: 2
6-
- expression 0 operands: lhs = Counter(1), rhs = Zero
7-
- expression 1 operands: lhs = Counter(3), rhs = Zero
5+
Number of expressions: 0
86
Number of file 0 mappings: 10
97
- Code(Counter(0)) at (prev + 6, 1) to (start + 0, 11)
108
- Code(Counter(1)) at (prev + 1, 5) to (start + 0, 12)
119
- Code(Counter(0)) at (prev + 0, 13) to (start + 0, 17)
12-
- Code(Zero) at (prev + 1, 5) to (start + 0, 12)
10+
- Code(Counter(2)) at (prev + 1, 5) to (start + 0, 12)
1311
- Code(Counter(1)) at (prev + 0, 13) to (start + 0, 19)
1412
- Code(Counter(3)) at (prev + 1, 5) to (start + 0, 12)
15-
- Code(Expression(0, Sub)) at (prev + 0, 13) to (start + 0, 19)
16-
= (c1 - Zero)
17-
- Code(Zero) at (prev + 1, 5) to (start + 0, 12)
13+
- Code(Counter(2)) at (prev + 0, 13) to (start + 0, 19)
14+
- Code(Counter(4)) at (prev + 1, 5) to (start + 0, 12)
1815
- Code(Counter(3)) at (prev + 0, 13) to (start + 0, 21)
19-
- Code(Expression(1, Sub)) at (prev + 1, 1) to (start + 0, 2)
20-
= (c3 - Zero)
21-
Highest counter ID seen: c3
16+
- Code(Counter(4)) at (prev + 1, 1) to (start + 0, 2)
17+
Highest counter ID seen: c4
2218

0 commit comments

Comments
 (0)