mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Finish coverage tests.
This commit is contained in:
parent
7623c444a8
commit
1747028211
2 changed files with 8 additions and 2 deletions
|
@ -336,7 +336,7 @@ class optimizer(object):
|
|||
if code0 in ('V++','V--','--V','++V',';'):
|
||||
return
|
||||
|
||||
raise Exception('Internal error: This should not happen, node = ' + code0)
|
||||
raise Exception('Internal error: This should not happen, node = ' + code0) # pragma: no cover
|
||||
|
||||
def Fold(self, code, IsGlobal = True):
|
||||
assert type(code) == tuple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue