From: Stefan Behnel Date: Sat, 29 Jan 2011 20:40:37 +0000 (+0100) Subject: test fix X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=481a4bf471c31bb5ec870343cedcb9ac86733f7a;p=cython.git test fix --- diff --git a/tests/run/py_ucs4_type.pyx b/tests/run/py_ucs4_type.pyx index a9548402..930333d0 100644 --- a/tests/run/py_ucs4_type.pyx +++ b/tests/run/py_ucs4_type.pyx @@ -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: ...