about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-08 17:11:11 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:42 +0100
commit17258a346c5ecf423b0758f5de6cf56f423b9e88 (patch)
tree8125e493c9fee6a77473d0c1d63e7e84f948ff35 /test/test_all.py
parentd0a21b0738db10c38d20bb9ebeafd5fb8e72fc3a (diff)
downloadmiasm-17258a346c5ecf423b0758f5de6cf56f423b9e88.tar.gz
miasm-17258a346c5ecf423b0758f5de6cf56f423b9e88.zip
Example: Rename Disasm_02 to Disasm Function
Diffstat (limited to '')
-rw-r--r--test/test_all.py2
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)