Skip to content

Commit 3f1fb9d

Browse files
authored
Merge pull request RustPython#4510 from DimitrisJim/unexpected_success
Fix unexpected success in test_future.
2 parents 5ec6235 + 8afe853 commit 3f1fb9d

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)