fix expected messages in error test
authorStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 19:18:10 +0000 (20:18 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 19:18:10 +0000 (20:18 +0100)
tests/errors/e_pxdimpl.pyx

index bfa60b0a77d8d9fdb8b36fc641d6e3fe3f5b7ce5..bf110223f9dd590d9e4e28d78220118156a1dcc3 100644 (file)
@@ -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'
 """