Author: Alex Gaynor <[email protected]>
Branch: numpy-exp
Changeset: r44166:28d0c8c990bc
Date: 2011-05-14 11:52 -0500
http://bitbucket.org/pypy/pypy/changeset/28d0c8c990bc/
Log: Fix this test.
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
@@ -73,7 +73,7 @@
return v2.force().storage[3]
result = self.meta_interp(f, [5], listops=True, backendopt=True)
- self.check_loops({"getarrayitem_raw": 1, "float_add": 1, "float_neg":
1,
+ self.check_loops({"getarrayitem_raw": 2, "float_add": 1, "float_neg":
1,
"setarrayitem_raw": 1, "int_add": 1,
"int_lt": 1, "guard_true": 1, "jump": 1,
})
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit