Mercurial > lcfOS
diff python/testcg.py @ 243:ef683881c64e
Remove various files
author | Windel Bouwman |
---|---|
date | Tue, 23 Jul 2013 16:50:02 +0200 |
parents | 6259856841a0 |
children | 5ec7580976d9 |
line wrap: on
line diff
--- a/python/testcg.py Mon Jul 22 22:56:51 2013 +0200 +++ b/python/testcg.py Tue Jul 23 16:50:02 2013 +0200 @@ -25,6 +25,7 @@ obj = self.cg.generate(m) self.assertTrue(obj) + class testArmCodeGeneration(unittest.TestCase): def testStack(self): s = outstream.OutputStream() @@ -37,7 +38,8 @@ bb.addInstruction(ir.Store(v, v2)) m.check() cg.generate(m) - s.dump() + #s.dump() if __name__ == '__main__': unittest.main() +