diff options
author | max99x <max99x@gmail.com> | 2011-06-24 04:10:34 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-06-24 04:10:34 +0300 |
commit | 5fa86f5cf902f6b1ae2acb31c71cd23813b720dd (patch) | |
tree | 39cf7b90fc32e57147ea421178d7e7074347bb52 /tests/runner.py | |
parent | de4df59da644e1281d06224d7c0c32b2906cf780 (diff) | |
parent | 7384e06cbdba01d4cfa83d2d770c5b4e82767e69 (diff) |
Merge remote-tracking branch 'upstream/master'
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 80503de6..8a1fd974 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1781,7 +1781,7 @@ if 'benchmark' not in sys.argv: other.close() src = open(path_from_root('tests', 'files.cpp'), 'r').read() - self.do_test(src, 'size: 7\ndata: 100,-56,50,25,10,77,123\ninput:hi there!\ntexto\ntexte\n5 : 10,30,20,11,88\nother=some data.\n', post_build=post) + self.do_test(src, 'size: 7\ndata: 100,-56,50,25,10,77,123\ninput:hi there!\ntexto\ntexte\n5 : 10,30,20,11,88\nother=some data.\nseeked=me da.\nseeked=ata.\nseeked=ta.', post_build=post) ### 'Big' tests |