Author: Maciej Fijalkowski <[email protected]>
Branch: kill-unary-multimethods
Changeset: r47641:60af74daa81d
Date: 2011-09-27 18:05 -0300
http://bitbucket.org/pypy/pypy/changeset/60af74daa81d/
Log: fix a test
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.default import id__ANY
- assert pypypolicy.look_inside_function(id__ANY)
+ from pypy.objspace.std.intobject import add__Int_Int
+ assert pypypolicy.look_inside_function(add__Int_Int)
def test_bigint():
from pypy.rlib.rbigint import rbigint
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit