Commit c35d101f authored by Stefan Behnel's avatar Stefan Behnel

test fix after optimisation

parent 350f55b4
......@@ -69,15 +69,9 @@ def lentest_uchar_c():
return l
@cython.test_assert_path_exists(
"//SimpleCallNode",
)
def lentest_py():
return len(pystr)
@cython.test_assert_path_exists(
"//SimpleCallNode",
)
def lentest_py_c():
cdef Py_ssize_t l = len(pystr)
return l
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