projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832a5e4
)
test cleanup
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 11 Jul 2008 13:33:56 +0000
(15:33 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 11 Jul 2008 13:33:56 +0000
(15:33 +0200)
tests/errors/e_addop.pyx
patch
|
blob
|
history
diff --git
a/tests/errors/e_addop.pyx
b/tests/errors/e_addop.pyx
index 78ebf2ac2abb02af291edb94ef92be5e4169df6f..2edae5928c2574437071da0094cba5536b7d2220 100644
(file)
--- 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 *)
"""