Commit 75da5a9e authored by da-woods's avatar da-woods Committed by GitHub

Fixed fused_types error test (GH-3979)

It was broken in https://github.com/cython/cython/pull/3976 which added an additional error message.
parent 17e03b86
......@@ -99,6 +99,7 @@ _ERRORS = u"""
37:6: Invalid base type for memoryview slice: int *
40:0: Fused lambdas not allowed
43:5: Fused types not allowed here
43:21: cdef variable 'x' declared after it is used
46:9: Fused types not allowed here
61:0: Invalid use of fused types, type cannot be specialized
61:29: ambiguous overloaded method
......
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