From c7469874901f61020aaf8e63b2b52be6e3861fc4 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Fri, 16 Oct 2009 13:21:32 +0200 Subject: [PATCH] Update a testcase --- tests/errors/string_assignments.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2