Commit da38b212 authored by Stefan Behnel's avatar Stefan Behnel

tighten test assertion

parent 73df006f
......@@ -29,7 +29,7 @@ def del_item(L, o):
del L[o]
return L
@cython.test_assert_path_exists('//NoneCheckNode')
@cython.test_assert_path_exists('//DelStatNode//IndexNode//NoneCheckNode')
def del_dict(dict D, o):
"""
>>> del_dict({1: 'a', 2: 'b'}, 1)
......
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