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