Author: Philip Jenvey <pjen...@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()
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to