diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 17:04:45 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-17 17:04:45 -0800 |
commit | 7d32caf36cf2f29c6be4bae21db656ed95031a6d (patch) | |
tree | cc85c7cab3cc83054bade777bd8d24ebd7c2e7d5 /tests/runner.py | |
parent | e9539c95b7f4ec8f9bd3a0e2def05c357268e737 (diff) |
get test_iostream almost to working state
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 6db5aaf3..b526784b 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3858,7 +3858,7 @@ def process(filename): ''' self.do_run(src, 'hello world\n77.\n', - additional_files=map(lambda f: path_from_root('system', 'lib', 'libcxx', f+'.cpp'), ['ios', 'iostream', 'locale'])) # XXX temporary + additional_files=map(lambda f: path_from_root('system', 'lib', 'libcxx', f+'.cpp'), ['ios', 'iostream', 'locale', 'string', 'mutex', 'future', 'memory', 'stdexcept', 'system_error'])) # XXX temporary def test_stdvec(self): src = ''' |