Commit 0ead474c authored by Robert Bradshaw's avatar Robert Bradshaw

Remove redundant test.

This was identical to tests/errors/cmethbasematch.pyx
parent 0898a2f2
# mode: error
cdef class C:
cdef void f(self):
pass
cdef class D(C):
cdef void f(self, int x):
pass
_ERRORS = u"""
8:6: Signature not compatible with previous declaration
4:6: Previous declaration is here
"""
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