Skip to content

Commit 8afe853

Browse files
committed
Fix unexpected success in test_future.
1 parent 5ec6235 commit 8afe853

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_future.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,6 @@ def test_annotation_with_complex_target(self):
374374
"object.__debug__: int"
375375
)
376376

377-
# TODO: RUSTPYTHON
378-
@unittest.expectedFailure
379377
def test_annotations_symbol_table_pass(self):
380378
namespace = self._exec_future(dedent("""
381379
from __future__ import annotations

0 commit comments

Comments
 (0)