Author: Armin Rigo <[email protected]>
Branch: remove-raisingops
Changeset: r83982:9d2ecd1dcf3f
Date: 2016-04-27 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/9d2ecd1dcf3f/
Log: test fix
diff --git a/rpython/rtyper/lltypesystem/test/test_lloperation.py
b/rpython/rtyper/lltypesystem/test/test_lloperation.py
--- a/rpython/rtyper/lltypesystem/test/test_lloperation.py
+++ b/rpython/rtyper/lltypesystem/test/test_lloperation.py
@@ -53,7 +53,7 @@
from rpython.flowspace.model import Variable, Constant
assert llop.bool_not.is_pure([Variable()])
assert llop.debug_assert.is_pure([Variable()])
- assert not llop.int_add_ovf.is_pure([Variable(), Variable()])
+ assert not llop.setarrayitem.is_pure([Variable(), Variable(), Variable()])
#
S1 = lltype.GcStruct('S', ('x', lltype.Signed), ('y', lltype.Signed))
v_s1 = Variable()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit