diff options
| -rw-r--r-- | example/disasm_single_instr.py (renamed from example/disasm_01.py) | 0 | ||||
| -rw-r--r-- | test/test_all.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm_01.py b/example/disasm_single_instr.py index 0e29dcee..0e29dcee 100644 --- a/example/disasm_01.py +++ b/example/disasm_single_instr.py diff --git a/test/test_all.py b/test/test_all.py index 9de73da0..7802bf1c 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -113,7 +113,7 @@ testset += test_armt testset += test_box_enc testset += test_msp430 testset += test_mips32 -for script in [["disasm_01.py"], +for script in [["disasm_single_instr.py"], ["disasm_02.py"], ["disasm_03.py", Example.get_sample("box_upx.exe"), "0x410f90"], ]: |