Commit c7469874 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Update a testcase

parent 01d9239a
...@@ -52,7 +52,7 @@ cdef list l_f3 = u1 ...@@ -52,7 +52,7 @@ cdef list l_f3 = u1
_ERRORS = u""" _ERRORS = u"""
25:20: Unicode objects do not support coercion to C types. 25:20: Unicode objects do not support coercion to C types.
26:22: 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. 29:20: Cannot convert Unicode string to 'bytes' implicitly, encoding required.
30:22: Cannot convert Unicode string to 'bytes' implicitly, encoding required. 30:22: Cannot convert Unicode string to 'bytes' implicitly, encoding required.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment