projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e368cf9
)
fix test after fixing code
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 17 May 2010 09:25:57 +0000
(11:25 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 17 May 2010 09:25:57 +0000
(11:25 +0200)
tests/run/builtin_len.pyx
patch
|
blob
|
history
diff --git
a/tests/run/builtin_len.pyx
b/tests/run/builtin_len.pyx
index 360ffe6991a245e8d91e1c9cca124948826a2e4e..f127f3e7b048f2a4dc50d0378aa74268aa41f82c 100644
(file)
--- a/
tests/run/builtin_len.pyx
+++ b/
tests/run/builtin_len.pyx
@@
-38,9
+38,9
@@
def len_bytes(bytes s):
"""
return len(s)
-@cython.test_assert_path_exists(
- "//CoerceToPyTypeNode",
- "//PythonCapiCallNode")
+
#
@cython.test_assert_path_exists(
+
#
"//CoerceToPyTypeNode",
+
#
"//PythonCapiCallNode")
def len_str(str s):
"""
>>> len('abcdefg')