From 84b793ae9e41e7229fe4bf100bbbd8d72ddef30d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 15 Aug 2010 13:29:24 +0200 Subject: [PATCH] fix inop test --- tests/run/inop.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/run/inop.pyx b/tests/run/inop.pyx index f9fd93d3..4c8edc73 100644 --- a/tests/run/inop.pyx +++ b/tests/run/inop.pyx @@ -211,8 +211,8 @@ def m_wide_unicode_literal(Py_UNICODE a): 0 >>> import sys >>> if sys.maxunicode == 65535: - ... m_wide_unicode_literal(py_wide_unicode_character_surrogate1) - ... m_wide_unicode_literal(py_wide_unicode_character_surrogate2) + ... m_wide_unicode_literal(wide_unicode_character_surrogate1) + ... m_wide_unicode_literal(wide_unicode_character_surrogate2) ... else: ... m_wide_unicode_literal(ord(py_wide_unicode_character)) ... 1 -- 2.26.2