Skip to content

Commit 992f5aa

Browse files
committed
test_bigmem: removed outdated expected failures
1 parent 298b169 commit 992f5aa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Lib/test/test_bigmem.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -798,17 +798,6 @@ def test_isspace(self, size):
798798
def test_istitle(self, size):
799799
super().test_istitle(size)
800800

801-
# TODO: RUSTPYTHON
802-
@unittest.expectedFailure
803-
def test_lstrip(self, size):
804-
super().test_lstrip(size)
805-
806-
# TODO: RUSTPYTHON
807-
@unittest.expectedFailure
808-
def test_rstrip(self, size):
809-
super().test_rstrip(size)
810-
811-
812801
class BytearrayTest(unittest.TestCase, BaseStrTest):
813802

814803
def from_latin1(self, s):

0 commit comments

Comments
 (0)