diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index a0e4b1f287a..3e1e8904545 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -185,8 +185,8 @@ class ReprTests(unittest.TestCase): return x return inner x = get_cell().__closure__[0] - self.assertRegexpMatches(repr(x), r'') + self.assertRegexpMatches(repr(x), r'') self.assertRegexpMatches(r(x), r'') def test_descriptors(self):