Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r49470:35ea8271c7ee
Date: 2011-11-16 14:11 +0100
http://bitbucket.org/pypy/pypy/changeset/35ea8271c7ee/

Log:    fix test

diff --git a/pypy/jit/backend/test/runner_test.py 
b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -3112,7 +3112,7 @@
             assert False, 'should not be called'
         from pypy.jit.codewriter.effectinfo import EffectInfo
 
-        effectinfo = EffectInfo([], [], [], [], EffectInfo.EF_CAN_RAISE, 
EffectInfo.OS_MATH_SQRT)
+        effectinfo = EffectInfo([], [], [], [], EffectInfo.EF_CANNOT_RAISE, 
EffectInfo.OS_MATH_SQRT)
         FPTR = self.Ptr(self.FuncType([lltype.Float], lltype.Float))
         func_ptr = llhelper(FPTR, math_sqrt)
         FUNC = deref(FPTR)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to