aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-02 22:55:26 -0500
committerAlon Zakai <alonzakai@gmail.com>2014-02-02 22:55:26 -0500
commit3700ece5ebe8d136c3f70c0f4c49745a6055470c (patch)
tree95550be3ca6e83ffd5dfaea3891e149df65c5278
parente9205ea395def2b430e95671f1f6ea1c3211937a (diff)
comment
-rw-r--r--tests/test_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 06faf28f..8ceabe25 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -4699,7 +4699,7 @@ return malloc(size);
self.do_run_from_file(src, output)
def test_gcc_unmangler(self):
- if os.environ.get('EMCC_FAST_COMPILER') != '1': Settings.NAMED_GLOBALS = 1 # test coverage for this
+ if os.environ.get('EMCC_FAST_COMPILER') != '1': Settings.NAMED_GLOBALS = 1 # test coverage for this; fastcomp never names globals
Building.COMPILER_TEST_OPTS += ['-I' + path_from_root('third_party')]