Skip to content

Commit 8af91b0

Browse files
committed
Unmark passing test
1 parent 886ec6f commit 8af91b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_syntax.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,6 @@ def test_except_star_then_except(self):
24502450
r"cannot have both 'except' and 'except\*' on the same 'try'",
24512451
lineno=3, end_lineno=3, offset=1, end_offset=7)
24522452

2453-
@unittest.expectedFailure # TODO: RUSTPYTHON
24542453
def test_empty_line_after_linecont(self):
24552454
# See issue-40847
24562455
s = r"""\

0 commit comments

Comments
 (0)