[pypy-commit] pypy list-strategies: comment

cfbolz noreply at buildbot.pypy.org
Tue Oct 4 15:03:04 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: list-strategies
Changeset: r47820:caab31c0b915
Date: 2011-10-04 11:52 +0200
http://bitbucket.org/pypy/pypy/changeset/caab31c0b915/

Log:	comment

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -334,6 +334,7 @@
         log = self.run(main, [1000])
         assert log.result == (1000, 998)
         loop, = log.loops_by_filename(self.filepath)
+        # the int strategy is used here
         assert loop.match_by_id('append', """
             i13 = getfield_gc(p8, descr=<SignedFieldDescr list.length .*>)
             i15 = int_add(i13, 1)


More information about the pypy-commit mailing list