diff --git a/Lib/test/test_fileio.py b/Lib/test/test_fileio.py index 983fcb41bf1..6a781543356 100644 --- a/Lib/test/test_fileio.py +++ b/Lib/test/test_fileio.py @@ -67,9 +67,9 @@ def testReadinto(self): self.assertEquals(array('b', [1, 2]), a[:n]) def testRepr(self): - # verify repr works - return # XXX doesn't work yet - self.assert_(repr(self.f).startswith("