Skip to content

Commit 4080b02

Browse files
committed
Remove expectedFailure decorator
1 parent 91f1fc7 commit 4080b02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_ast.py

-2
Original file line numberDiff line numberDiff line change
@@ -1987,8 +1987,6 @@ def test_continued_str(self):
19871987
self._check_end_pos(assign, 2, 13)
19881988
self._check_end_pos(assign.value, 2, 13)
19891989

1990-
# TODO: RUSTPYTHON
1991-
@unittest.expectedFailure
19921990
def test_suites(self):
19931991
# We intentionally put these into the same string to check
19941992
# that empty lines are not part of the suite.

0 commit comments

Comments
 (0)