We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982f52f commit b07e05cCopy full SHA for b07e05c
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(0x0101010101010101010101010101010101010101010101010101010101010101)
45
+ + Op.MSTORE8(0x00, 0x01)
46
+ + Op.ADD(0x02, 0x03)
47
+ Op.POP(0x01)
48
# lllc tests insert codecopy when using lll(seq())
49
+ Op.CODECOPY(0, 16, 4),
0 commit comments