From: Stefan Behnel Date: Fri, 11 Jul 2008 13:33:56 +0000 (+0200) Subject: test cleanup X-Git-Tag: 0.9.8.1~123^2~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d43413bd23aef930f6a11f5df9faa66fb4795026;p=cython.git test cleanup --- diff --git a/tests/errors/e_addop.pyx b/tests/errors/e_addop.pyx index 78ebf2ac..2edae592 100644 --- a/tests/errors/e_addop.pyx +++ b/tests/errors/e_addop.pyx @@ -2,6 +2,7 @@ def f(): cdef int int1, int3 cdef int *ptr1, *ptr2, *ptr3 ptr1 = ptr2 + ptr3 # error + _ERRORS = u""" -/Local/Projects/D/Pyrex/Source/Tests/Errors2/e_addop.pyx:4:13: Invalid operand types for '+' (int *; int *) +4:13: Invalid operand types for '+' (int *; int *) """