diff options
author | Daniel Wirtz <dcode@dcode.io> | 2017-07-05 22:28:44 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2017-07-05 13:28:44 -0700 |
commit | 2d289c32cc66c8c289f0b5285d26d4c4240c5ecd (patch) | |
tree | f8d0f78584ab49f27a84607d8b1645fe490ae0b0 /check.py | |
parent | d1ccc3d33adb191e6728cd136ef6596d98e2a716 (diff) | |
download | binaryen-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-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |