Skip to content

Commit ca781d2

Browse files
committed
Rerun the tests
1 parent 614bf60 commit ca781d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conformance/results/ty/directives_type_ignore.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ notes = """
44
Treats `# type: ignore[error-code]` as only ignoring errors that match the error code `error-code`.
55
"""
66
errors_diff = """
7-
Line 14: Unexpected errors ['directives_type_ignore.py:14:10: error[invalid-assignment] Object of type `Literal[""]` is not assignable to `int`']
7+
Line 16: Unexpected errors ['directives_type_ignore.py:16:10: error[invalid-assignment] Object of type `Literal[""]` is not assignable to `int`']
88
"""
99
output = """
10-
directives_type_ignore.py:14:10: error[invalid-assignment] Object of type `Literal[""]` is not assignable to `int`
10+
directives_type_ignore.py:16:10: error[invalid-assignment] Object of type `Literal[""]` is not assignable to `int`
1111
"""

0 commit comments

Comments
 (0)