From f5d21c9c9d1b90a9dd7301e74ce82b96813108e0 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 19 Dec 2008 20:18:10 +0100 Subject: [PATCH] fix expected messages in error test --- tests/errors/e_pxdimpl.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' """ -- 2.26.2