diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-18 21:23:36 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-18 21:23:36 -0800 |
commit | eb3b69d8f96c8b2f60a3560b94af7ae1bb9346b5 (patch) | |
tree | 64b0a7f148c4caf75e3402e504e0c669f0f00477 | |
parent | f0c1bdde63e589b707f43e762d5cdc973c59becb (diff) |
fix test_iostream code
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py index 15a088e8..304000dd 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3865,8 +3865,7 @@ def process(filename): ''' # FIXME: should not have so many newlines in output here - self.do_run(src, 'hello world\n\n77.\n', - 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 + self.do_run(src, 'hello world\n\n77.\n') def test_stdvec(self): src = ''' |