Skip to content

Commit 178e8f6

Browse files
fixed test after rebase
1 parent b92705c commit 178e8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-python310.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ match m[k]:
29172917

29182918
match 0:
29192919
case 0 as i:
2920-
reveal_type(i) # N: Revealed type is "Literal[0]"
2920+
reveal_type(i) # N: Revealed type is "Literal[0]?"
29212921
case int(i):
29222922
i # E: Statement is unreachable
29232923
case other:

0 commit comments

Comments
 (0)