[pypy-commit] pypy py3k: adjust expected per py3k

pjenvey noreply at buildbot.pypy.org
Tue May 6 00:19:00 CEST 2014


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r71289:fc93c113016b
Date: 2014-05-05 12:13 -0700
http://bitbucket.org/pypy/pypy/changeset/fc93c113016b/

Log:	adjust expected per py3k

diff --git a/pypy/module/_lsprof/test/test_cprofile.py b/pypy/module/_lsprof/test/test_cprofile.py
--- a/pypy/module/_lsprof/test/test_cprofile.py
+++ b/pypy/module/_lsprof/test/test_cprofile.py
@@ -38,7 +38,7 @@
         prof.disable()
         stats = prof.getstats()
         expected = (
-            "<len>",
+            "<built-in function len>",
             "<method 'append' of 'list' objects>",
         )
         by_id = set()


More information about the pypy-commit mailing list