diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-08 17:22:08 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-23 17:24:42 +0100 |
| commit | 5bc92753be1c0b20b8ad224c7a75ae77bf025151 (patch) | |
| tree | 77ad4016cccb04a1e73283bb7ef98082db46cdf6 /test/test_all.py | |
| parent | a20db36fb2631350ceb98eee51e3ee408b080b96 (diff) | |
| download | miasm-5bc92753be1c0b20b8ad224c7a75ae77bf025151.tar.gz miasm-5bc92753be1c0b20b8ad224c7a75ae77bf025151.zip | |
Example: Rename Disasm_03 to Disasm_File
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 |