Commit f5d21c9c authored by Stefan Behnel's avatar Stefan Behnel

fix expected messages in error test

parent 4eb270d8
cimport e_pxdimpl_imported
_ERRORS = u"""
6:4: function definition not allowed here
18:4: function definition not allowed here
23:8: function definition not allowed here
6:4: function definition in pxd file must be declared 'cdef inline'
18:4: function definition in pxd file must be declared 'cdef inline'
23:8: function definition in pxd file must be declared 'cdef inline'
"""
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