From: Stefan Behnel Date: Fri, 19 Dec 2008 19:18:10 +0000 (+0100) Subject: fix expected messages in error test X-Git-Tag: 0.11-beta~100 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5d21c9c9d1b90a9dd7301e74ce82b96813108e0;p=cython.git fix expected messages in error test --- diff --git a/tests/errors/e_pxdimpl.pyx b/tests/errors/e_pxdimpl.pyx index bfa60b0a..bf110223 100644 --- a/tests/errors/e_pxdimpl.pyx +++ b/tests/errors/e_pxdimpl.pyx @@ -1,7 +1,7 @@ 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' """