diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-08 17:11:11 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-23 17:24:42 +0100 |
| commit | 17258a346c5ecf423b0758f5de6cf56f423b9e88 (patch) | |
| tree | 8125e493c9fee6a77473d0c1d63e7e84f948ff35 /test/test_all.py | |
| parent | d0a21b0738db10c38d20bb9ebeafd5fb8e72fc3a (diff) | |
| download | miasm-17258a346c5ecf423b0758f5de6cf56f423b9e88.tar.gz miasm-17258a346c5ecf423b0758f5de6cf56f423b9e88.zip | |
Example: Rename Disasm_02 to Disasm Function
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) |