diff test/testzcc.py @ 315:084cccaa5deb

Added console and screen
author Windel Bouwman
date Sat, 21 Dec 2013 10:03:01 +0100
parents 04cf4d26a3bc
children 8c569fbe60e4
line wrap: on
line diff
--- a/test/testzcc.py	Wed Dec 18 20:22:20 2013 +0100
+++ b/test/testzcc.py	Sat Dec 21 10:03:01 2013 +0100
@@ -30,7 +30,6 @@
         arg_list = [basedir]
         arg_list.append('--target')
         arg_list.append('arm')
-        arg_list.append('--dumpir')
         args = zcc.parser.parse_args(arg_list)
         self.assertEqual(0, zcc.main(args))
 
@@ -55,7 +54,7 @@
     def testBurn2(self):
         self.do(['burn2.c3'], ['stm32f4xx.c3'])
 
-    def testComments(self):
+    def testCommentsExample(self):
         self.do(['comments.c3'])
 
     def testCast(self):