diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-05 12:21:56 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-05 12:21:56 -0800 |
commit | baab492299fa9f2bd3717d55f98d3faa5e4ae4e8 (patch) | |
tree | c94dc4b83799c556fad3f03b0b2b895cc7b5471d | |
parent | 81ec613c3a257ebe7d90b5a0df77b8c0aebaeaa3 (diff) |
some test_outline updates
-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 0ef9ebb5..b7561fea 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -920,9 +920,9 @@ This pointer might make sense in another type signature: i: 0 ([], { 100: (190, 500), 250: (200, 600), - 500: (250, 700), + 500: (200, 700), 1000: (230, 1000), - 2000: (380, 2000), + 2000: (300, 2000), 5000: (500, 5000), 0: (1500, 5000) }), |