Skip to content

Commit 30dca1e

Browse files
authored
Update fine-grained.test
1 parent 47764f4 commit 30dca1e

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

test-data/unit/fine-grained.test

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9124,15 +9124,15 @@ x = ''
91249124
x = 1
91259125

91269126
[out]
9127-
c.py:1: error: Type signature has too few arguments
9128-
a.py:1: error: Type signature has too few arguments
9129-
a.py:5: error: Type signature has too few arguments
9130-
a.py:11: error: Type signature has too few arguments
9131-
==
9132-
c.py:1: error: Type signature has too few arguments
9133-
a.py:1: error: Type signature has too few arguments
9134-
a.py:5: error: Type signature has too few arguments
9135-
a.py:11: error: Type signature has too few arguments
9127+
c.py:1: error: Type signature has too few parameters
9128+
a.py:1: error: Type signature has too few parameters
9129+
a.py:5: error: Type signature has too few parameters
9130+
a.py:11: error: Type signature has too few parameters
9131+
==
9132+
c.py:1: error: Type signature has too few parameters
9133+
a.py:1: error: Type signature has too few parameters
9134+
a.py:5: error: Type signature has too few parameters
9135+
a.py:11: error: Type signature has too few parameters
91369136

91379137
[case testErrorReportingNewAnalyzer]
91389138
# flags: --disallow-any-generics

0 commit comments

Comments
 (0)