Commit 33a97332 authored by Stefan Behnel's avatar Stefan Behnel

fix test case

parent 64275702
......@@ -752,7 +752,7 @@ TODO
uc[0] = <int>3.14
print uc[0]
cdef char* ch = "asfd"
cdef char* ch = b"asfd"
cdef object[object] objbuf
objbuf[3] = ch
......
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