aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-27 09:19:15 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-27 09:19:15 -0800
commit9d20f0799c3eb4136e2048274bf523cb9a81ed1e (patch)
tree137680df47fc375f2311852ded7bac0f7f35fd0c /tests/runner.py
parent9c26a959a2dbd512e3c8f6aec04b59c25470dd39 (diff)
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6c4be115..1beef857 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5956,7 +5956,7 @@ void*:16
self.do_run(path_from_root('tests', 'cubescript'), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp')
def test_gcc_unmangler(self):
- #Settings.NUM_NAMED_GLOBALS = 0 # test coverage for this
+ Settings.NUM_NAMED_GLOBALS = 0 # test coverage for this
Building.COMPILER_TEST_OPTS = ['-I' + path_from_root('third_party')]