Skip to content

Commit 8e55919

Browse files
Removed expectedFailure flag from properly passing test.
1 parent cb54bd1 commit 8e55919

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_ordered_dict.py

-2
Original file line numberDiff line numberDiff line change
@@ -869,8 +869,6 @@ class CPythonOrderedDictSubclassTests(CPythonOrderedDictTests):
869869
class OrderedDict(c_coll.OrderedDict):
870870
pass
871871

872-
# TODO: RUSTPYTHON
873-
@unittest.expectedFailure
874872
class PurePythonOrderedDictWithSlotsCopyingTests(unittest.TestCase):
875873

876874
module = py_coll

0 commit comments

Comments
 (0)