summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_repr.py2
1 files changed, 1 insertions, 1 deletions
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(
- "<function <lambda> at 0x"))
+ "<function <lambda"))
# XXX anonymous functions? see func_repr
def test_builtin_function(self):