summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2017-07-05 22:28:44 +0200
committerAlon Zakai <alonzakai@gmail.com>2017-07-05 13:28:44 -0700
commit2d289c32cc66c8c289f0b5285d26d4c4240c5ecd (patch)
treef8d0f78584ab49f27a84607d8b1645fe490ae0b0 /check.py
parentd1ccc3d33adb191e6728cd136ef6596d98e2a716 (diff)
downloadbinaryen-2d289c32cc66c8c289f0b5285d26d4c4240c5ecd.tar.gz
binaryen-2d289c32cc66c8c289f0b5285d26d4c4240c5ecd.tar.bz2
binaryen-2d289c32cc66c8c289f0b5285d26d4c4240c5ecd.zip
Unified module loader support in binaryen.js (#1074)
* Unified module loader support in binaryen.js * Recompiled binaryen.js and wasm.js
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 7352f54fa..5c42c8812 100755
--- a/check.py
+++ b/check.py
@@ -511,7 +511,7 @@ if has_vanilla_emcc and has_vanilla_llvm and 0:
print '\n[ checking example testcases... ]\n'
if options.run_gcc_tests:
- print '\n[ checking native gcc testcases...]\n'
+ print '\n[ checking native gcc testcases...]\n'
if not NATIVECC or not NATIVEXX:
fail_with_error('Native compiler (e.g. gcc/g++) was not found in PATH!')
else: