python: fix test_arm.py

This commit is contained in:
Nguyen Anh Quynh 2015-01-13 20:43:23 +08:00
parent 911990671f
commit 42d11f7dd3

View File

@ -119,7 +119,6 @@ def test_class():
for insn in md.disasm(code, 0x1000):
print_insn_detail(insn)
print ()
print ("0x%x:\n" % (insn.address + insn.size))
except CsError as e:
print("ERROR: %s" % e)