summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rwxr-xr-xcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index 84c7c3904..4dc8f2cf9 100755
--- a/check.py
+++ b/check.py
@@ -62,7 +62,7 @@ for asm in tests:
raise Exception('wasm interpreter error: ' + err) # failed to pretty-print
raise Exception('wasm interpreter error')
-print '\n[ checking emcc_to_polyfill testcases... (need both emcc and nodejs in your path) ]\n'
+print '\n[ checking wasm.js polyfill testcases... (need both emcc and nodejs in your path) ]\n'
for c in tests:
if c.endswith('.c'):