projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586af39
)
Py3 test case fix
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 30 Dec 2008 12:05:36 +0000
(13:05 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 30 Dec 2008 12:05:36 +0000
(13:05 +0100)
tests/run/inop.pyx
patch
|
blob
|
history
diff --git
a/tests/run/inop.pyx
b/tests/run/inop.pyx
index c7ba3768428fae6e2bb7d9ecf3117face34b3741..2b9c693c8cd5039aec868f04aadc20fa0112a5b7 100644
(file)
--- a/
tests/run/inop.pyx
+++ b/
tests/run/inop.pyx
@@
-66,5
+66,5
@@
def m(int a):
return result
def n(a):
- cdef int result = a.lower() in [
'a *','b *','c *',
'd *']
+ cdef int result = a.lower() in [
u'a *',u'b *',u'c *',u
'd *']
return result