Commit cf9d6a26 authored by Stefan Behnel's avatar Stefan Behnel

fix error test after enabling keyword arguments in simple C functions

parent 27403cbf
...@@ -17,6 +17,5 @@ a.some_method(1, 2) ...@@ -17,6 +17,5 @@ a.some_method(1, 2)
a.some_method(1, y=2) a.some_method(1, y=2)
_ERRORS = u""" _ERRORS = u"""
12:13: Keyword and starred arguments not allowed in cdef functions.
17:13: Keyword and starred arguments not allowed in cdef functions. 17:13: Keyword and starred arguments not allowed in cdef functions.
""" """
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