summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-11-08 17:29:43 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-11-08 17:29:43 -0800
commit2c6f7cfa8156448e5ce82ebd1a7526b523dfc7f0 (patch)
tree9441e2a25a496e151304f231218e51cd55dc7a8e
parentbe1bbc6bb827a13a450262a9ab872816ba94cefb (diff)
downloadbinaryen-2c6f7cfa8156448e5ce82ebd1a7526b523dfc7f0.tar.gz
binaryen-2c6f7cfa8156448e5ce82ebd1a7526b523dfc7f0.tar.bz2
binaryen-2c6f7cfa8156448e5ce82ebd1a7526b523dfc7f0.zip
clean up check.py
-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()