Skip to content

Commit ae0d7a1

Browse files
committed
Rerun mypy conformance tests
1 parent cd0cee6 commit ae0d7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conformance/results/mypy/generics_self_advanced.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ output = """
99
generics_self_advanced.py:35: error: Expression is of type "ChildB", not "Self" [assert-type]
1010
generics_self_advanced.py:38: error: Expression is of type "ChildB", not "Self" [assert-type]
1111
generics_self_advanced.py:42: error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]
12-
generics_self_advanced.py:45: error: Expression is of type "ChildB", not "Self" [assert-type]
12+
generics_self_advanced.py:48: error: Expression is of type "ChildB", not "Self" [assert-type]
1313
"""
1414
conformance_automated = "Fail"
1515
errors_diff = """
1616
Line 35: Unexpected errors ['generics_self_advanced.py:35: error: Expression is of type "ChildB", not "Self" [assert-type]']
1717
Line 38: Unexpected errors ['generics_self_advanced.py:38: error: Expression is of type "ChildB", not "Self" [assert-type]']
1818
Line 42: Unexpected errors ['generics_self_advanced.py:42: error: Expression is of type "type[ChildB]", not "type[Self]" [assert-type]']
19-
Line 45: Unexpected errors ['generics_self_advanced.py:45: error: Expression is of type "ChildB", not "Self" [assert-type]']
19+
Line 48: Unexpected errors ['generics_self_advanced.py:48: error: Expression is of type "ChildB", not "Self" [assert-type]']
2020
"""

0 commit comments

Comments
 (0)