summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
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: