Commit bc089392 authored by Robert Bradshaw's avatar Robert Bradshaw

Add missing pxd file for test.

parent 704ba4da
cdef class Base(object):
cdef f(self)
cdef class MissingRedeclaration(Base):
pass
cdef class BadRedeclaration(Base):
cdef f(self)
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