Skip to content

Commit cda1924

Browse files
committed
Unmark fixed tests
1 parent 894fa5b commit cda1924

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Lib/test/test_reprlib.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ class bar:
318318
# Module name may be prefixed with "test.", depending on how run.
319319
self.assertEqual(repr(bar.bar), "<class '%s.bar'>" % bar.__name__)
320320

321-
# TODO: RUSTPYTHON
322-
@unittest.expectedFailure
323321
def test_instance(self):
324322
self._check_path_limitations('baz')
325323
write_file(os.path.join(self.subpkgname, 'baz.py'), '''\
@@ -332,8 +330,6 @@ class baz:
332330
self.assertTrue(repr(ibaz).startswith(
333331
"<%s.baz object at 0x" % baz.__name__))
334332

335-
# TODO: RUSTPYTHON
336-
@unittest.expectedFailure
337333
def test_method(self):
338334
self._check_path_limitations('qux')
339335
eq = self.assertEqual

0 commit comments

Comments
 (0)