diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 20:59:41 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-31 20:59:41 -0700 |
commit | 77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb (patch) | |
tree | a3543a360fd4967afb241ede0c91dbee4843ac21 /check.py | |
parent | 4d566bd9c9084cb57adc9d206cac612bec02c63c (diff) | |
download | binaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.tar.gz binaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.tar.bz2 binaryen-77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb.zip |
update readme
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'): |