fix error test after enabling keyword arguments in simple C functions
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Feb 2013 06:16:49 +0000 (07:16 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Feb 2013 06:16:49 +0000 (07:16 +0100)
tests/errors/e_cdef_keywords_T241.pyx

index 3b1355e..7c45b89 100644 (file)
@@ -17,6 +17,5 @@ a.some_method(1, 2)
 a.some_method(1, y=2)
 
 _ERRORS = u"""
-12:13: Keyword and starred arguments not allowed in cdef functions.
 17:13: Keyword and starred arguments not allowed in cdef functions.
 """