[pypy-commit] pypy test-58c3d8552833: fix this test

bdkearns noreply at buildbot.pypy.org
Fri Feb 28 18:42:31 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: test-58c3d8552833
Changeset: r69563:033298f9b61f
Date: 2014-02-28 09:41 -0800
http://bitbucket.org/pypy/pypy/changeset/033298f9b61f/

Log:	fix this test

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
@@ -194,7 +194,6 @@
         assert log.result == 1000
         loop, = log.loops_by_id('call')
         assert loop.match_by_id('call', """
-            p14 = getarrayitem_gc_pure(p8, i9, descr=<ArrayP .>)
             i14 = force_token()
             i16 = force_token()
         """)


More information about the pypy-commit mailing list