projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7a8d0
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 14 May 2008 22:07:57 +0000
(
00:07
+0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 14 May 2008 22:07:57 +0000
(
00:07
+0200)
tests/run/wundram1.pyx
patch
|
blob
|
history
diff --git
a/tests/run/wundram1.pyx
b/tests/run/wundram1.pyx
index 933a8486118c97b9be0e7b7d18893d31e3c8d939..1d39e1a3a68769d3876c873c4167bdf9dc3a96fd 100644
(file)
--- a/
tests/run/wundram1.pyx
+++ b/
tests/run/wundram1.pyx
@@
-5,7
+5,7
@@
__doc__ = u"""
import sys
if sys.version_info[0] >= 3:
- __doc__ = __doc__.replace(u"5L
'
", u"5")
+ __doc__ = __doc__.replace(u"5L", u"5")
cdef unsigned int ui
ui = 5