Commit 53595204 authored by Stefan Behnel's avatar Stefan Behnel

make an old test from 'broken' directory usable

--HG--
rename : tests/broken/typeofexttype.pyx => tests/run/typeofexttype.pyx
parent 49099dda
# mode: run
# tag: exttype
cdef class Spam:
pass
cdef int f() except -1:
def test():
"""
>>> test()
"""
cdef type t
t = Spam
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