Skip to content

Commit

Permalink
new coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Jul 23, 2024
1 parent 747600a commit 6ce0990
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/homestead/coverage/test_coverage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""
touch
Tests that address coverage gaps that result from updating `ethereum/tests` into EEST tests.
"""

Expand Down Expand Up @@ -37,10 +38,15 @@ def test_coverage(
+ Op.PUSH1(0x0D)
+ Op.PUSH1(0x0E)
+ Op.SWAP1()
+ Op.DUP1()
+ Op.DUP2()
+ Op.PUSH0()
+ Op.PUSH2(0x0102)
+ Op.PUSH3(0x010203)
+ Op.PUSH4(0x01020304)
+ Op.PUSH5(0x0102030405)
+ Op.PUSH6(0x010203040506)
+ Op.PUSH7(0x01020304050607)
+ Op.POP(0x01),
storage={},
)
Expand Down

0 comments on commit 6ce0990

Please sign in to comment.