Author: Maciej Fijalkowski <[email protected]>
Branch: numppy-flatitter
Changeset: r51853:2adecee1eb73
Date: 2012-01-27 20:23 +0200
http://bitbucket.org/pypy/pypy/changeset/2adecee1eb73/
Log: fix tests
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
@@ -383,7 +383,7 @@
self.check_simple_loop({'getinteriorfield_raw': 2, 'float_add': 1,
'setinteriorfield_raw': 1, 'int_add': 3,
'int_ge': 1, 'guard_false': 1,
- 'arraylen_gc': 1})
+ 'arraylen_gc': 1, 'jump': 1})
def define_flat_getitem():
return '''
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit