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

index c3e445d..6b3465a 100644 (file)
@@ -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