diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |