about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_all.py')
-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 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"],
                ]: