summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-01-13 11:56:12 -0800
committerAlon Zakai <alonzakai@gmail.com>2016-01-13 15:38:30 -0800
commit4b47bb5d717ca9afdd12c13767f5b716d4d9f25a (patch)
treef491a760f8da5b0cb9f895a3dcc098bd0989f696
parent8bf0cb2d0661fb49e7ceb93c4518f13a5a6065d5 (diff)
downloadbinaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.tar.gz
binaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.tar.bz2
binaryen-4b47bb5d717ca9afdd12c13767f5b716d4d9f25a.zip
prepare for wasm-dis testing
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index b11445bf4..ba2400978 100755
--- a/check.py
+++ b/check.py
@@ -280,7 +280,7 @@ if torture:
if unexpected_result_count:
fail(unexpected_result_count, 0)
-print '\n[ checking wasm-as testcases... ]\n'
+print '\n[ checking binary format testcases... ]\n'
for wast in tests:
if wast.endswith('.wast') and not wast in ['unit.wast']: # blacklist some known failures