diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index c2b3387b..3f25dab2 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -115,7 +115,8 @@ testset += test_msp430 testset += test_mips32 for script in [["disasm_single_instr.py"], ["disasm_function.py"], - ["disasm_03.py", Example.get_sample("box_upx.exe"), "0x410f90"], + ["disasm_file.py", Example.get_sample("box_upx.exe"), + "0x410f90"], ]: testset += Example(script) ## Expression |