Commit 8bb823ab authored by Stefan Behnel's avatar Stefan Behnel

fix test after fixing code

parent e368cf9b
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment