Commit 787701b6 authored by Stefan Behnel's avatar Stefan Behnel

fix error test after changing error message

parent 69eee7a0
......@@ -17,6 +17,6 @@ cdef class SubType(BaseClass):
pass
_ERRORS = """
11:10: Only final type could have final cpdef method
11:10: Only final types can have final Python (def/cpdef) methods
16:9: Overriding final methods is not allowed
"""
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