Skip to content

Commit f53a296

Browse files
authored
Update parse-errors.test
1 parent 48c627c commit f53a296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-data/unit/parse-errors.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ file:1: error: Function has duplicate type signatures
248248
def f(x, y): # type: (X, Y, Z) -> z
249249
pass
250250
[out]
251-
file:1: error: Type signature has too many arguments
251+
file:1: error: Type signature has too many parameters
252252

253253
[case testTooFewTypes]
254254
def f(x, y): # type: (X) -> z

0 commit comments

Comments
 (0)