We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982f52f commit c3de54cCopy full SHA for c3de54c
tests/homestead/coverage/test_coverage.py
@@ -41,6 +41,9 @@ def test_coverage(
41
+ Op.PUSH2(0x0102)
42
+ Op.PUSH3(0x010203)
43
+ Op.PUSH4(0x01020304)
44
+ + Op.PUSH32(0x0102030405060708090A0B0C0D0E0F10111213141516171819202122232425262728)
45
+ + Op.MSTORE8(0x00, 0x01)
46
+ + Op.ADD(0x00, 0x01)
47
+ Op.POP(0x01)
48
# lllc tests insert codecopy when using lll(seq())
49
+ Op.CODECOPY(0, 16, 4),
0 commit comments