diff python/c3/builder.py @ 194:b01429a5d695

Fixed test
author Windel Bouwman
date Wed, 29 May 2013 22:36:37 +0200
parents 46d62dadd61b
children 8b2f20aae086
line wrap: on
line diff
--- a/python/c3/builder.py	Sun May 26 23:58:59 2013 +0200
+++ b/python/c3/builder.py	Wed May 29 22:36:37 2013 +0200
@@ -22,6 +22,8 @@
             return
       if not self.tc.checkPackage(pkg):
             return
+
+      # Only return ircode when everything is OK
       ircode = self.cg.gencode(pkg)
       return ircode