diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-10-15 14:45:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-10-15 14:45:25 -0700 |
commit | 6469474475dea7d0763ae8afa4d19589b28408c4 (patch) | |
tree | dfc9c2dd3e2d02e0c15d31bb5194b4d541b76b23 /tests/test_other.py | |
parent | 3eca2dbc735f7c9ac8d47b8b6688043c47a03668 (diff) |
update test_emcc
Diffstat (limited to 'tests/test_other.py')
-rw-r--r-- | tests/test_other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index c38a35d8..c8b6d4b1 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -31,8 +31,8 @@ Most normal gcc/g++ options will work, for example: --version Display compiler version information Options that are modified or new in %s include: - -O0 No optimizations (default) -''' % (shortcompiler, shortcompiler), output[0].replace('\r', ''), output[1].replace('\r', '')) + + -O0 No optimizations (default)''' % (shortcompiler, shortcompiler), output[0].replace('\r', ''), output[1].replace('\r', '')) # emcc src.cpp ==> writes a.out.js self.clear() |