From d86ee3990eb2efd5b7c3c7ad4b41462d8c36f519 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 6 Feb 2013 07:18:53 +0100 Subject: [PATCH] fix error test after enabling keyword arguments in simple C functions --- tests/errors/fused_types.pyx | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/errors/fused_types.pyx b/tests/errors/fused_types.pyx index c3e445d..6b3465a 100644 --- a/tests/errors/fused_types.pyx +++ b/tests/errors/fused_types.pyx @@ -74,8 +74,6 @@ _ERRORS = u""" 27:4: Not enough types specified to specialize the function, int2_t is still fused 28:16: Call with wrong number of arguments (expected 2, got 1) 29:16: Call with wrong number of arguments (expected 2, got 3) -30:4: Invalid use of fused types, type cannot be specialized -30:4: Keyword and starred arguments not allowed in cdef functions. 36:6: Invalid base type for memoryview slice: int * 39:0: Fused lambdas not allowed 42:5: Fused types not allowed here -- 2.7.4