about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-01-08 17:06:23 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-01-23 17:24:42 +0100
commitb139ca5b454f442eeffe2bc18cb6aa0f3391049b (patch)
treea87f9d76ab8afd6ff75354bbd79f6a9c39ead02f
parent10389cfb17e3a0d8cc7f46237a41877635025ac8 (diff)
downloadmiasm-b139ca5b454f442eeffe2bc18cb6aa0f3391049b.tar.gz
miasm-b139ca5b454f442eeffe2bc18cb6aa0f3391049b.zip
Example: Rename Disasm_01 to Disasm_Single_Instr
-rw-r--r--example/disasm_single_instr.py (renamed from example/disasm_01.py)0
-rw-r--r--test/test_all.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm_01.py b/example/disasm_single_instr.py
index 0e29dcee..0e29dcee 100644
--- a/example/disasm_01.py
+++ b/example/disasm_single_instr.py
diff --git a/test/test_all.py b/test/test_all.py
index 9de73da0..7802bf1c 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -113,7 +113,7 @@ testset += test_armt
 testset += test_box_enc
 testset += test_msp430
 testset += test_mips32
-for script in [["disasm_01.py"],
+for script in [["disasm_single_instr.py"],
                ["disasm_02.py"],
                ["disasm_03.py", Example.get_sample("box_upx.exe"), "0x410f90"],
                ]: