diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-10 22:21:26 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-10 22:21:26 -0800 |
commit | b73abafd18c5ef235d8f5cb2987511daffa8f0fa (patch) | |
tree | d993010793466b80b3c859cdb0b4477b379bbbf2 /tests/runner.py | |
parent | cbc3c27507f2522e7539c8c96b6caab9f9c41a3a (diff) |
fix test_iostream
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index d3f4d7c7..059c372d 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4436,7 +4436,7 @@ def process(filename): ''' # FIXME: should not have so many newlines in output here - self.do_run(src, 'hello world\n\n77.\n') + self.do_run(src, 'hello world\n77.\n') def test_stdvec(self): src = ''' |