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): ...@@ -38,9 +38,9 @@ def len_bytes(bytes s):
""" """
return len(s) return len(s)
@cython.test_assert_path_exists( #@cython.test_assert_path_exists(
"//CoerceToPyTypeNode", # "//CoerceToPyTypeNode",
"//PythonCapiCallNode") # "//PythonCapiCallNode")
def len_str(str s): def len_str(str s):
""" """
>>> len('abcdefg') >>> 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