diff test/testarmasm.py @ 322:44f336460c2a

Half of use of burg spec for arm
author Windel Bouwman
date Mon, 27 Jan 2014 19:58:07 +0100
parents 534b94b40aa8
children 582a1aaa3983
line wrap: on
line diff
--- a/test/testarmasm.py	Sun Jan 19 18:48:45 2014 +0100
+++ b/test/testarmasm.py	Mon Jan 27 19:58:07 2014 +0100
@@ -2,7 +2,7 @@
 import outstream
 from asm import Assembler
 from testasm import AsmTestCaseBase
-from target import armtarget
+from target.target_list import armtarget
 
 
 class AssemblerARMTestCase(AsmTestCaseBase):