From dd32138e7dc66633b8804cd8e59ada5f9f5472c1 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 14 Sep 2001 23:01:49 +0000 Subject: limit prefix test for lambda the compiler package generates a module-unique trailing suffix for each lambda --- Lib/test/test_repr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index f635edb..cd9675a 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -93,7 +93,7 @@ class ReprTests(unittest.TestCase): def test_lambda(self): self.failUnless(repr(lambda x: x).startswith( - " at 0x")) + "