Skip to content

Commit 9de8274

Browse files
committed
Unmark passing test
1 parent 508118e commit 9de8274

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_itertools.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,6 @@ def test_compress(self):
533533
next(testIntermediate)
534534
self.assertEqual(list(op(testIntermediate)), list(result2))
535535

536-
# TODO: RUSTPYTHON
537-
@unittest.expectedFailure
538536
def test_count(self):
539537
self.assertEqual(lzip('abc',count()), [('a', 0), ('b', 1), ('c', 2)])
540538
self.assertEqual(lzip('abc',count(3)), [('a', 3), ('b', 4), ('c', 5)])

0 commit comments

Comments
 (0)