fix test case
authorStefan Behnel <scoder@users.berlios.de>
Mon, 15 Nov 2010 11:48:15 +0000 (12:48 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 15 Nov 2010 11:48:15 +0000 (12:48 +0100)
tests/errors/e_badexcvaltype.pyx

index fef2aca19932aa66fe7282453c69918609f0e2e9..b14a7ec5d50fb55ed6892bbbc14e4daf58f6b001 100644 (file)
@@ -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
 """