Commit 51043e8c authored by Stefan Behnel's avatar Stefan Behnel

fix test case

parent fc0bfb4d
...@@ -6,7 +6,7 @@ __doc__ = u''' ...@@ -6,7 +6,7 @@ __doc__ = u'''
>>> test_list(range(11), "invalid index", None) >>> test_list(range(11), "invalid index", None)
Traceback (most recent call last): Traceback (most recent call last):
... ...
TypeError: list indices must be integers TypeError: list indices must be integers, not str
''' '''
def no_cdef(): def no_cdef():
lst = range(11) lst = range(11)
......
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