about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/disasm_file.py (renamed from example/disasm_03.py)0
-rw-r--r--test/test_all.py3
2 files changed, 2 insertions, 1 deletions
diff --git a/example/disasm_03.py b/example/disasm_file.py
index 5bae0e89..5bae0e89 100644
--- a/example/disasm_03.py
+++ b/example/disasm_file.py
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