Commit 440c51b2 authored by Stefan Behnel's avatar Stefan Behnel

Fix test assertion after optimising a method call pattern.

parent 14267e2e
......@@ -30,7 +30,7 @@ def bound_dict_get(dict d):
@cython.test_fail_if_path_exists(
'//ReturnStatNode//PythonCapiCallNode')
@cython.test_assert_path_exists(
'//ReturnStatNode//SimpleCallNode')
'//ReturnStatNode//PyMethodCallNode')
def bound_dict_get_reassign(dict d):
"""
>>> bound_dict_get_reassign({})
......
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