Py2 test fix
authorStefan Behnel <scoder@users.berlios.de>
Mon, 19 Apr 2010 08:43:39 +0000 (10:43 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 19 Apr 2010 08:43:39 +0000 (10:43 +0200)
tests/errors/py_unicode_type_errors.pyx

index 1b4e10e3b04ba528c61627d96326fb6dae1069ed..3afe025862c376b13fb0f018d2f6b60ea85f3bcb 100644 (file)
@@ -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 = """