projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0bfb4
)
fix test case
author
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 May 2009 18:49:16 +0000
(20:49 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Sun, 3 May 2009 18:49:16 +0000
(20:49 +0200)
tests/run/cdef_setitem_T284.pyx
patch
|
blob
|
history
diff --git
a/tests/run/cdef_setitem_T284.pyx
b/tests/run/cdef_setitem_T284.pyx
index 81edbba46dde1e3f6503a2a9fc0d276d7cc54c46..a93fbac142c0fedd462e75d8543a423ec414ebf5 100644
(file)
--- a/
tests/run/cdef_setitem_T284.pyx
+++ b/
tests/run/cdef_setitem_T284.pyx
@@
-6,7
+6,7
@@
__doc__ = u'''
>>> test_list(range(11), "invalid index", None)
Traceback (most recent call last):
...
-TypeError: list indices must be integers
+TypeError: list indices must be integers
, not str
'''
def no_cdef():
lst = range(11)