mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix some comments
This commit is contained in:
parent
f243f3a3c1
commit
42750c56d7
2 changed files with 3 additions and 8 deletions
|
@ -540,9 +540,6 @@ class Test03_Optimizer(UnitTestCase):
|
|||
self.opt.optimize(p)
|
||||
out = self.outscript.output(p)
|
||||
print out
|
||||
# FIXME: DCR produces invalid code, thinks the while can be eliminated
|
||||
# due to the jump jumping past it. Extremely corner case, but maybe
|
||||
# worth a fix.
|
||||
|
||||
def tearDown(self):
|
||||
del self.parser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue