Commit 9c84b9d6 authored by Stefan Behnel's avatar Stefan Behnel

test case fix

parent e2df795a
......@@ -15,7 +15,9 @@ __doc__ = """
>>> test(sys.maxint * 2 + 1)
4294967295L
>>> test(8 ** unsigned_long_size() - 1) > sys.maxint
>>> test(256 ** unsigned_long_size() - 1) > 0
True
>>> test(256 ** unsigned_long_size() - 1) > sys.maxint
True
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment