projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6427570
)
fix test case
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 20 Mar 2009 13:15:17 +0000
(14:15 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 20 Mar 2009 13:15:17 +0000
(14:15 +0100)
tests/run/bufaccess.pyx
patch
|
blob
|
history
diff --git
a/tests/run/bufaccess.pyx
b/tests/run/bufaccess.pyx
index 50b4e6733a30d873eee75ad1602ab2675873d2bf..8f3a82c8a0554c49f3beeb1aa7af5bc0cb2ca3cc 100644
(file)
--- a/
tests/run/bufaccess.pyx
+++ b/
tests/run/bufaccess.pyx
@@
-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