Skip to content

Commit 59c6c6f

Browse files
committed
Remove the decorator
1 parent 9c81ce6 commit 59c6c6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_symtable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def test_nonlocal(self):
128128
expected = ("some_var",)
129129
self.assertEqual(self.other_internal.get_nonlocals(), expected)
130130

131-
# TODO: RUSTPYTHON
132-
@unittest.expectedFailure
133131
def test_local(self):
134132
self.assertTrue(self.spam.lookup("x").is_local())
135133
self.assertFalse(self.spam.lookup("bar").is_local())

0 commit comments

Comments
 (0)