aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/runner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b526784b..b03bc196 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3857,7 +3857,8 @@ def process(filename):
}
'''
- self.do_run(src, 'hello world\n77.\n',
+ # 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
def test_stdvec(self):