Skip to content

Commit 2930c84

Browse files
committed
Fix unexpected success test
1 parent ccc33dd commit 2930c84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_set.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,6 @@ def test_ixor(self):
599599
else:
600600
self.assertNotIn(c, self.s)
601601

602-
# TODO: RUSTPYTHON
603-
@unittest.expectedFailure
604602
def test_inplace_on_self(self):
605603
t = self.s.copy()
606604
t |= t

0 commit comments

Comments
 (0)