Skip to content

Commit

Permalink
cover lllc places
Browse files Browse the repository at this point in the history
  • Loading branch information
winsvega committed Jul 9, 2024
1 parent a60010c commit 337c7f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/homestead/coverage/test_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def test_coverage(
+ Op.PUSH2(0x0102)
+ Op.PUSH3(0x010203)
+ Op.PUSH4(0x01020304)
+ Op.POP(0x01),
+ Op.POP(0x01)
# lllc tests insert codecopy when using lll(seq())
+ Op.CODECOPY(0, 16, 4),
storage={},
)
address_to = pre.deploy_contract(
Expand Down

0 comments on commit 337c7f1

Please sign in to comment.