Commit 5130b6fd authored by Stefan Behnel's avatar Stefan Behnel

move simple compile test cvardef.pyx out of run directory to avoid some test overhead

parent 76f3852e
# mode: compile
# tag: cdef
def f():
"""
>>> f()
"""
cdef char a_char
cdef short a_short
cdef int i1, i2
......
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