Update a testcase
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 11:21:32 +0000 (13:21 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 11:21:32 +0000 (13:21 +0200)
tests/errors/string_assignments.pyx

index aaccef0e476e05c0dfef2d7b162f15111eefe67c..5a6910356717ea12466b6a3f2eca704c94771734 100644 (file)
@@ -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.