Skip to content

Commit 7917d12

Browse files
committed
unmark fixed test
1 parent 79f4b33 commit 7917d12

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_dict.py

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def test_items(self):
105105
self.assertRaises(TypeError, d.items, None)
106106
self.assertEqual(repr(dict(a=1).items()), "dict_items([('a', 1)])")
107107

108-
# TODO: RUSTPYTHON
109-
@unittest.expectedFailure
110108
def test_views_mapping(self):
111109
mappingproxy = type(type.__dict__)
112110
class Dict(dict):

0 commit comments

Comments
 (0)