diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-06 15:25:10 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-06 15:29:48 -0700 |
commit | c7df5bdeb790ec42bbd6632db5f878d65414e1fd (patch) | |
tree | 7b26dfeaa26fd4a5768e2f5754a4cee2afb51714 /tests/runner.py | |
parent | 7d0af54c914da5a86446a44d8341fe1b83111094 (diff) |
allow outlining of single statements
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 04e15d7f..b81ddc61 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11249,7 +11249,7 @@ f.close() open(path_from_root('tests', 'zlib', 'ref.txt'), 'r').read(), { 100: (190, 250), - 250: (300, 330), + 250: (200, 330), 500: (250, 310), 1000: (230, 300), 2000: (380, 450), |