diff test/testarmasm.py @ 385:d056b552d3f4

Made better use of layout
author Windel Bouwman
date Thu, 01 May 2014 14:03:12 +0200
parents 173e20a47fda
children 2a970e7270e2
line wrap: on
line diff
--- a/test/testarmasm.py	Sun Apr 27 17:50:25 2014 +0200
+++ b/test/testarmasm.py	Thu May 01 14:03:12 2014 +0200
@@ -10,7 +10,7 @@
 class ArmAssemblerTestCase(AsmTestCaseBase):
     """ ARM-mode (not thumb-mode) instruction assembly test case """
     def setUp(self):
-        self.t = arm_target
+        self.target = arm_target
         self.obj = ObjectFile()
         self.ostream = BinaryOutputStream(self.obj)
         self.ostream.select_section('code')