aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-18 21:23:36 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-18 21:23:36 -0800
commiteb3b69d8f96c8b2f60a3560b94af7ae1bb9346b5 (patch)
tree64b0a7f148c4caf75e3402e504e0c669f0f00477
parentf0c1bdde63e589b707f43e762d5cdc973c59becb (diff)
fix test_iostream code
-rw-r--r--tests/runner.py3
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 = '''