Skip to content

Commit 1e06238

Browse files
committed
Forgot to comment out the directives...
1 parent 3ffc343 commit 1e06238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-data/unit/semanal-errors.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,8 +849,8 @@ Any(arg=str) # E: Any(...) is no longer supported. Use cast(Any, ...) instead
849849
# TODO: fix this
850850
# [case testTypeListAsType]
851851
#
852-
# def f(x:[int, str]) -> None: # E: Bracketed expression "[...]" is not valid as a type \
853-
# # N: Did you mean "List[...]"?
852+
# def f(x:[int, str]) -> None: $ E: Bracketed expression "[...]" is not valid as a type \
853+
# $ N: Did you mean "List[...]"?
854854
# pass
855855
# [out]
856856

0 commit comments

Comments
 (0)