From b139ca5b454f442eeffe2bc18cb6aa0f3391049b Mon Sep 17 00:00:00 2001 From: Camille Mougey Date: Thu, 8 Jan 2015 17:06:23 +0100 Subject: Example: Rename Disasm_01 to Disasm_Single_Instr --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.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"], ]: -- cgit 1.4.1