From b60156e809038ab5f8c59152ddeaa0d44ad9ed6a Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Mon, 12 Mar 2012 02:09:02 +0200 Subject: [PATCH] #14161: fix test failures on Windows. --- Lib/test/test_repr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index 8b20acdc8e..062fccf9e0 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -130,10 +130,10 @@ class ReprTests(unittest.TestCase): def test_file(self): fp = open(unittest.__file__) self.assertTrue(repr(fp).startswith( - "