diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-27 09:19:15 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-27 09:19:15 -0800 |
commit | 9d20f0799c3eb4136e2048274bf523cb9a81ed1e (patch) | |
tree | 137680df47fc375f2311852ded7bac0f7f35fd0c /tests | |
parent | 9c26a959a2dbd512e3c8f6aec04b59c25470dd39 (diff) |
fix NUM_NAMED_GLOBALS bug with global postsets and add test coverage
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
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')] |