diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-01-16 15:29:06 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-01-16 15:29:06 -0800 |
commit | 9eb5dd2a45db42c792bb3948271d42016417404e (patch) | |
tree | 20225e99c25124227f4f3b967558aa93199f3d8b /tests/runner.py | |
parent | 6a6e842688afe7e15f6a957d4179da982c0f940b (diff) |
support for writing to files in stdio
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 817a681a..626cc027 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1302,7 +1302,7 @@ if 'benchmark' not in sys.argv: ) open(filename, 'w').write(src) src = open(path_from_root('tests', 'files.cpp'), 'r').read() - self.do_test(src, 'size: 7\ndata: 100,200,50,25,10,77,123\ntexto\ntexte\n', post_build=post) + self.do_test(src, 'size: 7\ndata: 100,200,50,25,10,77,123\ntexto\ntexte\n5 : 10,30,20,11,88\n', post_build=post) ### 'Big' tests |