projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb270d
)
fix expected messages in error test
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 19:18:10 +0000
(20:18 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 19 Dec 2008 19:18:10 +0000
(20:18 +0100)
tests/errors/e_pxdimpl.pyx
patch
|
blob
|
history
diff --git
a/tests/errors/e_pxdimpl.pyx
b/tests/errors/e_pxdimpl.pyx
index bfa60b0a77d8d9fdb8b36fc641d6e3fe3f5b7ce5..bf110223f9dd590d9e4e28d78220118156a1dcc3 100644
(file)
--- 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'
"""