summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-31 20:59:41 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-31 20:59:41 -0700
commit77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb (patch)
treea3543a360fd4967afb241ede0c91dbee4843ac21 /check.py
parent4d566bd9c9084cb57adc9d206cac612bec02c63c (diff)
downloadbinaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.tar.gz
binaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.tar.bz2
binaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.zip
update readme
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'):