Commit 8924c146 authored by Stefan Behnel's avatar Stefan Behnel

extended test case

parent e15eb561
......@@ -9,6 +9,8 @@ cdef void foo():
bool = int1 == ptr2 # error
bool = ptr2 == ptr3 # error
bool = 1 in 2 in 3
_ERRORS = u"""
8:13: Invalid types for '==' (int *, Python object)
9:13: Invalid types for '==' (int, char *)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment