Commit 481a4bf4 authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent b6227945
......@@ -59,7 +59,7 @@ def unicode_ordinal(Py_UCS4 i):
OverflowError: ...
Value too large:
>>> unicode_ordinal(sys.maxunicode+1) #doctest: +ELLIPSIS
>>> unicode_ordinal(1114111+1) #doctest: +ELLIPSIS
Traceback (most recent call last):
...
OverflowError: ...
......
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