Skip to content

Commit 66ec92c

Browse files
committed
remove expectedFailure annot on test_iter_string
Signed-off-by: snowapril <sinjihng@gmail.com>
1 parent 80df1f1 commit 66ec92c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_iter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,6 @@ def test_iter_range(self):
313313
self.check_for_loop(iter(range(10)), list(range(10)))
314314

315315
# Test a string
316-
# TODO: RUSTPYTHON
317-
@unittest.expectedFailure
318316
def test_iter_string(self):
319317
self.check_for_loop(iter("abcde"), ["a", "b", "c", "d", "e"])
320318

0 commit comments

Comments
 (0)