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