diff options
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 5679d1bc..3650c667 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3833,7 +3833,8 @@ def process(filename): } ''' - self.do_run(src, 'hello world\n77.\n') + 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 def test_stdvec(self): src = ''' |