diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-24 20:06:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-24 20:06:54 -0700 |
commit | 9aa1c31c714c959fe114191c92b22ea8c4f6d122 (patch) | |
tree | b34eabba5d03f0ab9cb6f4f9bf326446b6e64797 /tests | |
parent | d1bf01006240e8d17eab7720208f731fd93d2751 (diff) |
flatten if chains in outliner, and be more careful to avoid outlining through an outline call
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/runner.py b/tests/runner.py index 72d2967a..dd7e4089 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11081,9 +11081,9 @@ f.close() self.get_library('zlib', os.path.join('libz.a'), make_args=['libz.a']), open(path_from_root('tests', 'zlib', 'ref.txt'), 'r').read(), { - 500: (340, 345), # too big, need if-else chain flattening - 1000: (380, 390), - 2000: (395, 410), + 500: (300, 310), + 1000: (360, 370), + 2000: (480, 500), 5000: (800, 1100), 0: (1500, 1800) }, |