From d43413bd23aef930f6a11f5df9faa66fb4795026 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 11 Jul 2008 15:33:56 +0200 Subject: [PATCH] test cleanup --- tests/errors/e_addop.pyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 *) """ -- 2.26.2