From 77b63fa4db80eeb23ec4187f0a6d0f716dbd7edb Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Sat, 31 Oct 2015 20:59:41 -0700 Subject: update readme --- check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check.py') 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'): -- cgit v1.2.3