forgotten test fix
authorStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 09:18:04 +0000 (10:18 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 7 Nov 2010 09:18:04 +0000 (10:18 +0100)
tests/run/set.pyx

index 343274a56cef4d6bb3e9274dcd062c7681affc9f..cf1888653f28d7f8188af657cda69eeb45a6efe6 100644 (file)
@@ -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()