Author: Philip Jenvey <[email protected]>
Branch: remove-intlong-smm
Changeset: r67075:6de318712c39
Date: 2013-09-23 16:46 -0700
http://bitbucket.org/pypy/pypy/changeset/6de318712c39/
Log: fix import, this was moved
diff --git a/pypy/module/pypyjit/test/test_policy.py
b/pypy/module/pypyjit/test/test_policy.py
--- a/pypy/module/pypyjit/test/test_policy.py
+++ b/pypy/module/pypyjit/test/test_policy.py
@@ -3,8 +3,8 @@
pypypolicy = policy.PyPyJitPolicy()
def test_id_any():
- from pypy.objspace.std.intobject import add__Int_Int
- assert pypypolicy.look_inside_function(add__Int_Int)
+ from pypy.objspace.std.intobject import W_IntObject
+ assert pypypolicy.look_inside_function(W_IntObject.descr_add)
def test_bigint():
from rpython.rlib.rbigint import rbigint
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit