diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 13:01:28 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 13:01:28 -0800 |
commit | 0b063edc495d004aba176089972bc0b90d1fb22f (patch) | |
tree | 1471fec89b764b2513bcedd87ee6d5fac007e850 /tests | |
parent | 94d5b3cc8e9d2be5faf7379816393ebd1d297a71 (diff) |
make other.test_outline a little more flexible
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index 69f8d5c0..55cc5635 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -919,8 +919,8 @@ This pointer might make sense in another type signature: i: _my_func for test_opts, expected_ranges in [ ([], { 100: (190, 500), - 250: (200, 500), - 500: (250, 500), + 250: (200, 600), + 500: (250, 700), 1000: (230, 1000), 2000: (380, 2000), 5000: (500, 5000), |