Commit a8eb6368 authored by Lisandro Dalcin's avatar Lisandro Dalcin

fix testcase

parent 6cc61605
cdef int raiseit(): cdef int raiseit():
raise IndexError raise IndexError
if False: raiseit()
try: raiseit()
except: pass
_ERRORS = u""" _ERRORS = u"""
FIXME: provide a good error message here. FIXME: provide a good error message here.
......
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