summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 696a15615..abd47cb56 100755
--- a/check.py
+++ b/check.py
@@ -103,8 +103,8 @@ for t in spec_tests:
if v.endswith('.'): v = v[:-1] # remove trailing '.'
return '(' + t + '.const ' + v + ')'
expected = '\n'.join(map(fix, expected.split('\n')))
+ print ' (using expected output)'
else:
- print ' (no expected output)'
continue
actual = actual.strip()
expected = expected.strip()