Skip to content

Commit

Permalink
update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Dec 4, 2024
1 parent 46de86c commit 0614cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/compiler/venom/test_memmerging.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ def test_memmerging_imposs():
assert not any(inst.opcode == "mcopy" for inst in bb.instructions)


def test_memmerging_imposs_mload():
def test_memmerging_imposs_mstore():
"""
Test case of impossible merge
Impossible because of the mload barier
Impossible because of the mstore barrier
"""
if not version_check(begin="cancun"):
return
Expand Down

0 comments on commit 0614cec

Please sign in to comment.