Skip to content

Commit ff057b2

Browse files
committed
Remove expectedFailure from test_default_annotations_exist
1 parent e8755a7 commit ff057b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_opcodes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def test_setup_annotations_line(self):
3333
except OSError:
3434
pass
3535

36-
# TODO: RUSTPYTHON
37-
@unittest.expectedFailure
3836
def test_default_annotations_exist(self):
3937
class C: pass
4038
self.assertEqual(C.__annotations__, {})

0 commit comments

Comments
 (0)