Skip to content

Commit c0b8945

Browse files
committed
Fix pythoneval test
1 parent cdaa933 commit c0b8945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/pythoneval.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,9 +1479,9 @@ y: str
14791479
if isinstance(x, int):
14801480
reveal_type(x)
14811481
[out]
1482-
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:3: error: Subclass of "str" and "bytes" cannot exist: would have incompatible method signatures
1482+
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:3: error: Subclass of "str" and "bytes" cannot exist: have distinct disjoint bases
14831483
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:4: error: Statement is unreachable
1484-
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:6: error: Subclass of "str" and "int" cannot exist: would have incompatible method signatures
1484+
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:6: error: Subclass of "str" and "int" cannot exist: have distinct disjoint bases
14851485
_testIsInstanceAdHocIntersectionWithStrAndBytes.py:7: error: Statement is unreachable
14861486

14871487
[case testAsyncioFutureWait]

0 commit comments

Comments
 (0)