Skip to content

Commit 026f0d3

Browse files
...try typing fixtures/typing-full.pyi
1 parent b18a65b commit 026f0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/check-flags.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@ class Child(Parent):
24872487
@override
24882488
def g(self, y: int) -> bool: #type: ignore # E: Unused "type: ignore" comment # E: "type: ignore" comment without error code
24892489
return True
2490-
[builtins fixtures/primitives.pyi]
2490+
[typing fixtures/typing-full.pyi]
24912491

24922492
[case testSpotCheckErrorCodeAllNotUsed]
24932493
# This test case exists purely to ensure that the testSpotCheckErrorCodeAll test does not become obsolete.
@@ -2510,4 +2510,4 @@ class Child(Parent):
25102510
@override
25112511
def g(self, y: int) -> bool: #type: ignore
25122512
return True
2513-
[builtins fixtures/primitives.pyi]
2513+
[typing fixtures/typing-full.pyi]

0 commit comments

Comments
 (0)