[pypy-svn] r64992 - pypy/branch/pyjitpl5/pypy/jit/backend/test
fijal at codespeak.net
fijal at codespeak.net
Sun May 3 04:58:05 CEST 2009
Author: fijal
Date: Sun May 3 04:58:02 2009
New Revision: 64992
Modified:
pypy/branch/pyjitpl5/pypy/jit/backend/test/test_ll_random.py
Log:
fix for x86 backend.
Modified: pypy/branch/pyjitpl5/pypy/jit/backend/test/test_ll_random.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/test/test_ll_random.py (original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/test/test_ll_random.py Sun May 3 04:58:02 2009
@@ -191,7 +191,7 @@
""" % funcargs).compile()
vtableptr = v._hints['vtable']._as_ptr()
d = {
- 'ptr': S.value._obj.container._as_ptr(),
+ 'ptr': S.value,
'vtable' : vtableptr,
'LLException' : LLException,
}
More information about the Pypy-commit
mailing list