From: Dag Sverre Seljebotn Date: Fri, 16 Oct 2009 11:21:32 +0000 (+0200) Subject: Update a testcase X-Git-Tag: 0.13.beta0~2^2~121^2~29 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7469874901f61020aaf8e63b2b52be6e3861fc4;p=cython.git Update a testcase --- diff --git a/tests/errors/string_assignments.pyx b/tests/errors/string_assignments.pyx index aaccef0e..5a691035 100644 --- a/tests/errors/string_assignments.pyx +++ b/tests/errors/string_assignments.pyx @@ -52,7 +52,7 @@ cdef list l_f3 = u1 _ERRORS = u""" 25:20: Unicode objects do not support coercion to C types. 26:22: Unicode objects do not support coercion to C types. -27:22: 'str' objects do not support coercion to C types. +27:22: 'str' objects do not support coercion to C types (use 'bytes'?). 29:20: Cannot convert Unicode string to 'bytes' implicitly, encoding required. 30:22: Cannot convert Unicode string to 'bytes' implicitly, encoding required.