Skip to content

Commit f2ba412

Browse files
committed
Remove expected failure from test_var_annot_rhs
1 parent 698ae76 commit f2ba412

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_grammar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,7 @@ def test_var_annot_simple_exec(self):
461461
# exec('X: str', {}, CNS2())
462462
# self.assertEqual(nonloc_ns['__annotations__']['x'], str)
463463

464-
# TODO: RUSTPYTHON
465-
@unittest.expectedFailure
464+
466465
def test_var_annot_rhs(self):
467466
ns = {}
468467
exec('x: tuple = 1, 2', ns)

0 commit comments

Comments
 (0)