From: Stefan Behnel Date: Mon, 19 Apr 2010 08:43:39 +0000 (+0200) Subject: Py2 test fix X-Git-Tag: 0.13.beta0~179 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b629c04e902f27e82e8a03f87f1dadc95f81c37e;p=cython.git Py2 test fix --- diff --git a/tests/errors/py_unicode_type_errors.pyx b/tests/errors/py_unicode_type_errors.pyx index 1b4e10e3..3afe0258 100644 --- a/tests/errors/py_unicode_type_errors.pyx +++ b/tests/errors/py_unicode_type_errors.pyx @@ -13,7 +13,7 @@ def char_too_long_bytes(): cdef Py_UNICODE c = b'AB' def char_too_long_latin1(): - cdef Py_UNICODE char_bytes_latin1 = b'รถ' + cdef Py_UNICODE char_bytes_latin1 = b'\xf6' _ERRORS = """