Remove line that does nothing useful.

This commit is contained in:
Sei Lisa 2014-08-07 22:10:15 +02:00
parent 954b8d81d4
commit 7a6e13b786
2 changed files with 3 additions and 3 deletions

View file

@ -390,6 +390,8 @@ class Test03_Optimizer(UnitTestCase):
self.opt.optimize(p, ['optimize','shrinknames'])
print self.outscript.output(p)
#
def test_regression(self):
@ -432,7 +434,6 @@ class Test03_Optimizer(UnitTestCase):
['extendedglobalexpr'])
self.opt.optimize(p)
out = self.outscript.output(p)
print out
self.assertEqual(out, 'list L;\nfloat f = 0;\n'
'default\n{\n timer()\n {\n'
' L = [];\n f = 3;\n'