Skip to content

Commit 0312c8e

Browse files
kth496youknowone
authored andcommitted
Fix unexpected success test
1 parent 6a4b607 commit 0312c8e

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
@@ -582,8 +582,6 @@ def test_ixor(self):
582582
else:
583583
self.assertNotIn(c, self.s)
584584

585-
# TODO: RUSTPYTHON
586-
@unittest.expectedFailure
587585
def test_inplace_on_self(self):
588586
t = self.s.copy()
589587
t |= t

0 commit comments

Comments
 (0)