[pypy-commit] pypy default: fix test_zjit

bdkearns noreply at buildbot.pypy.org
Sun Mar 16 23:20:23 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r69988:297062a586c6
Date: 2014-03-16 18:16 -0400
http://bitbucket.org/pypy/pypy/changeset/297062a586c6/

Log:	fix test_zjit

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -526,7 +526,7 @@
                            'guard_class': 4,
                            'guard_false': 2,
                            'guard_no_exception': 3,
-                           'guard_nonnull': 8,
+                           'guard_nonnull': 12,
                            'guard_nonnull_class': 4,
                            'guard_not_invalidated': 2,
                            'guard_true': 9,


More information about the pypy-commit mailing list