projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f1a75b
)
forgotten test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 7 Nov 2010 09:18:04 +0000
(10:18 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 7 Nov 2010 09:18:04 +0000
(10:18 +0100)
tests/run/set.pyx
patch
|
blob
|
history
diff --git
a/tests/run/set.pyx
b/tests/run/set.pyx
index 343274a56cef4d6bb3e9274dcd062c7681affc9f..cf1888653f28d7f8188af657cda69eeb45a6efe6 100644
(file)
--- a/
tests/run/set.pyx
+++ b/
tests/run/set.pyx
@@
-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()