Commit a69b00fd authored by Stefan Behnel's avatar Stefan Behnel

forgotten test fix

parent 3f1a75bd
......@@ -59,6 +59,8 @@ def test_set_clear():
def test_set_clear_None():
"""
>>> test_set_clear_None()
Traceback (most recent call last):
TypeError: 'NoneType' object has no attribute 'clear'
"""
cdef set s1 = None
s1.clear()
......
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