From 44adb35f6afd55aaf9598670d3d98b67e1971780 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Mon, 27 Apr 2015 11:12:53 +0800 Subject: [PATCH] python: clean test_skipdata.py --- bindings/python/test_skipdata.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/bindings/python/test_skipdata.py b/bindings/python/test_skipdata.py index bcc3b39f..e7854448 100755 --- a/bindings/python/test_skipdata.py +++ b/bindings/python/test_skipdata.py @@ -17,18 +17,6 @@ all_tests = ( ) -# ## Test cs_disasm_quick() -def test_cs_disasm_quick(): - for (arch, mode, code, comment, syntax) in all_tests: - print('*' * 40) - print("Platform: %s" % comment) - print("Disasm:"), - print(to_hex(code)) - for insn in cs_disasm_quick(arch, mode, code, 0x1000): - print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str)) - print - - # Sample callback for SKIPDATA option def testcb(buffer, size, offset, userdata): # always skip 2 bytes of data