cython

changeset 3659:fb1afa5e9fd4

fix inop test
author Stefan Behnel <scoder@users.berlios.de>
date Sun Aug 15 13:29:24 2010 +0200 (21 months ago)
parents 6deb386dd6f7
children 2d290c1fd1c0
files tests/run/inop.pyx
line diff
1.1 --- a/tests/run/inop.pyx Mon Aug 16 10:39:10 2010 +0200 1.2 +++ b/tests/run/inop.pyx Sun Aug 15 13:29:24 2010 +0200 1.3 @@ -211,8 +211,8 @@ 1.4 0 1.5 >>> import sys 1.6 >>> if sys.maxunicode == 65535: 1.7 - ... m_wide_unicode_literal(py_wide_unicode_character_surrogate1) 1.8 - ... m_wide_unicode_literal(py_wide_unicode_character_surrogate2) 1.9 + ... m_wide_unicode_literal(wide_unicode_character_surrogate1) 1.10 + ... m_wide_unicode_literal(wide_unicode_character_surrogate2) 1.11 ... else: 1.12 ... m_wide_unicode_literal(ord(py_wide_unicode_character)) 1.13 ... 1