diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-01 18:45:02 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-03 15:31:05 -0700 |
commit | 8b68c8ada6845886bebe698a35bea27858d07db0 (patch) | |
tree | 63e95d611f6a4f4b0edb3b8088f7c5725d5de41d /tests/runner.py | |
parent | 218696cdd2af0f6a96b7bb506c60c845ab36852f (diff) |
fix relocation of global linkable variables, enable iostream module linking test
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 5737a298..1a6bc9e6 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10764,8 +10764,6 @@ f.close() finally: del os.environ['EMCC_FORCE_STDLIBS'] - return # TODO - # iostream usage in one and std::string in both test('iostream', r''' #include <iostream> |