diff test/testasm.py @ 348:442fb043d149

Added log option to zcc
author Windel Bouwman
date Sat, 08 Mar 2014 15:32:33 +0100
parents 3bb7dcfe5529
children 6df89163e114
line wrap: on
line diff
--- a/test/testasm.py	Fri Mar 07 17:05:32 2014 +0100
+++ b/test/testasm.py	Sat Mar 08 15:32:33 2014 +0100
@@ -96,7 +96,7 @@
     def test1(self):
         obj = ObjectFile()
         o = BinaryOutputStream(obj)
-        o.selectSection('.text')
+        o.select_section('.text')
         o.emit(Label('a'))
         self.assertSequenceEqual(bytes(), obj.get_section('.text').data)