Skip to content

Commit

Permalink
fixed some test for new instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gdabah committed Apr 3, 2021
1 parent 59f24eb commit ed2d391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/test_distorm3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ def test_ol23_bad(self):
IB32("0f0dff").check_invalid()
def test_ol2d_bad(self):
IB32("0f0128").check_invalid()
IB32("0f01ca").check_invalid()
IB32("0f01cc").check_invalid()
def test_ol3_bad(self):
IB32("0f0fff").check_invalid()
def test_index63(self):
Expand Down

0 comments on commit ed2d391

Please sign in to comment.