diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 18:44:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-21 18:46:34 -0800 |
commit | bc4dbe116101b2424ed6a318037711218e86279a (patch) | |
tree | ddb04731f01a07763eb61a6b9aa8315a9a57544c | |
parent | b8c670c705279fae14ca7742531950b4f84c849d (diff) |
make test_outline limits a little more flexible
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index b09f6dea..8bc056e6 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -923,7 +923,7 @@ This pointer might make sense in another type signature: i: _my_func 500: (250, 500), 1000: (230, 1000), 2000: (380, 2000), - 5000: (800, 5000), + 5000: (500, 5000), 0: (1500, 5000) }), (['-O2'], { |