From 481a4bf471c31bb5ec870343cedcb9ac86733f7a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 29 Jan 2011 21:40:37 +0100 Subject: [PATCH] test fix --- tests/run/py_ucs4_type.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ... -- 2.26.2