From d472191cdde5e330d14240a85113c94235b44fd3 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 15 Nov 2010 12:48:15 +0100 Subject: [PATCH] fix test case --- tests/errors/e_badexcvaltype.pyx | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/errors/e_badexcvaltype.pyx b/tests/errors/e_badexcvaltype.pyx index fef2aca1..b14a7ec5 100644 --- 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 """ -- 2.26.2