Skip to content

Commit

Permalink
python: attempt to fix capstone-engine#1320
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Dec 31, 2018
1 parent d6ff350 commit a593f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/test_skipdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_class():
# Or provide just a function
md.skipdata_cb = testcb
# Note that reading this property will always return a tuple
assert md.skipdata_cb == (testcb, None), md.skipdata_cb
assert md.skipdata_cb == (testcb, None)

for insn in md.disasm(code, 0x1000):
#bytes = binascii.hexlify(insn.bytes)
Expand Down

0 comments on commit a593f8d

Please sign in to comment.