projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b2c29
)
fix test case
author
Stefan Behnel
<scoder@users.berlios.de>
Mon, 15 Nov 2010 11:48:15 +0000
(12:48 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Mon, 15 Nov 2010 11:48:15 +0000
(12:48 +0100)
tests/errors/e_badexcvaltype.pyx
patch
|
blob
|
history
diff --git
a/tests/errors/e_badexcvaltype.pyx
b/tests/errors/e_badexcvaltype.pyx
index fef2aca19932aa66fe7282453c69918609f0e2e9..b14a7ec5d50fb55ed6892bbbc14e4daf58f6b001 100644
(file)
--- a/
tests/errors/e_badexcvaltype.pyx
+++ b/
tests/errors/e_badexcvaltype.pyx
@@
-2,5
+2,6
@@
cdef char *spam() except -1:
pass
_ERRORS = u"""
+1:26: Cannot assign type 'long' to 'char *'
1:26: Exception value incompatible with function return type
"""