Skip to content

Commit

Permalink
fix(tests): remove test duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jul 8, 2024
1 parent 99682dc commit 5304071
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,6 @@
None,
id="rjump_valid",
),
pytest.param(
# Sections with unreachable code fail
Container(
name="EOF1I0023",
sections=[
Section.Code(code=Op.RJUMP[1] + Op.NOOP + Op.STOP),
Section.Data("0x0bad60A7"),
],
),
"ef000101000402000100050400040000800000E000015B000bad60A7",
EOFException.UNREACHABLE_INSTRUCTIONS,
id="unreachable_code",
),
pytest.param(
# Check that code that uses a new style conditional jump succeeds
Container(
Expand Down

0 comments on commit 5304071

Please sign in to comment.