Finish coverage tests.

This commit is contained in:
Sei Lisa 2014-07-27 20:26:24 +02:00
parent 7623c444a8
commit 1747028211
2 changed files with 8 additions and 2 deletions

View file

@ -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