Commit 660cab95 authored by Stefan Behnel's avatar Stefan Behnel

extended test case

parent 57eefc3c
......@@ -36,6 +36,12 @@ def test_external_call():
f = FinalType()
return f.cpdef_method()
def test_external_call_in_temp():
"""
>>> test_external_call_in_temp()
"""
return FinalType().cpdef_method()
cdef class BaseTypeWithFinalMethods(object):
"""
......
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