diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-06-23 17:54:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-06-23 17:54:23 -0700 |
commit | 866f54c895f16de3c439efda9e15956019c7771b (patch) | |
tree | 58386abd902a60238c071236a0e8e468832138c1 /tests/runner.py | |
parent | 67edb0096dd6f4d07c604834679dbfd1337e4c50 (diff) |
libc seek tests
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 |