Skip to content

Commit 25913a6

Browse files
committed
Remove expected failure from test_exhausted_iterator
1 parent 8466f45 commit 25913a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ def test_iterator_pickle(self):
341341
a.fromlist(data2)
342342
self.assertEqual(list(it), [])
343343

344-
# TODO: RUSTPYTHON
345-
@unittest.expectedFailure
346344
def test_exhausted_iterator(self):
347345
a = array.array(self.typecode, self.example)
348346
self.assertEqual(list(a), list(self.example))

0 commit comments

Comments
 (0)