comparison test/testc3.py @ 295:917eab04b8b7

Added disasm
author Windel Bouwman
date Thu, 28 Nov 2013 21:10:32 +0100
parents 6aa721e7b10b
children 158068af716c
comparison
equal deleted inserted replaced
294:e89cca5779b0 295:917eab04b8b7
307 a.y = a.x + 2; 307 a.y = a.x + 2;
308 } 308 }
309 """ 309 """
310 self.expectOK(snippet) 310 self.expectOK(snippet)
311 311
312 @unittest.skip('Too strange to handle')
312 def testStructCall(self): 313 def testStructCall(self):
313 snippet = """ 314 snippet = """
314 module teststruct1; 315 module teststruct1;
315 function void t() 316 function void t()
316 { 317 {