Skip to content

Commit 020c4c9

Browse files
committed
Un-mark test_new_style_iter_class, as it now passes.
1 parent 2d6a1af commit 020c4c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_iter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ def test_mutating_seq_class_exhausted_iter(self):
226226
self.assertEqual(list(a), [0, 1, 2, 3, 4, 5, 6])
227227

228228
# Test a new_style class with __iter__ but no next() method
229-
# TODO: RUSTPYTHON
230-
@unittest.expectedFailure
231229
def test_new_style_iter_class(self):
232230
class IterClass(object):
233231
def __iter__(self):

0 commit comments

Comments
 (0)