Skip to content

Commit c3de54c

Browse files
committed
add push32, mstore8, and add to exempt from coverage
1 parent 982f52f commit c3de54c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/homestead/coverage/test_coverage.py

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def test_coverage(
4141
+ Op.PUSH2(0x0102)
4242
+ Op.PUSH3(0x010203)
4343
+ Op.PUSH4(0x01020304)
44+
+ Op.PUSH32(0x0102030405060708090A0B0C0D0E0F10111213141516171819202122232425262728)
45+
+ Op.MSTORE8(0x00, 0x01)
46+
+ Op.ADD(0x00, 0x01)
4447
+ Op.POP(0x01)
4548
# lllc tests insert codecopy when using lll(seq())
4649
+ Op.CODECOPY(0, 16, 4),

0 commit comments

Comments
 (0)