From: Stefan Behnel Date: Fri, 20 Mar 2009 13:15:17 +0000 (+0100) Subject: fix test case X-Git-Tag: 0.12.alpha0~375 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=33a9733235dfa8d631fc06c6c154725ae522ce53;p=cython.git fix test case --- diff --git a/tests/run/bufaccess.pyx b/tests/run/bufaccess.pyx index 50b4e673..8f3a82c8 100644 --- a/tests/run/bufaccess.pyx +++ b/tests/run/bufaccess.pyx @@ -752,7 +752,7 @@ TODO uc[0] = 3.14 print uc[0] - cdef char* ch = "asfd" + cdef char* ch = b"asfd" cdef object[object] objbuf objbuf[3] = ch