Author: Maciej Fijalkowski <[email protected]>
Branch: result-in-resops
Changeset: r58368:8c0f05055511
Date: 2012-10-22 18:39 +0200
http://bitbucket.org/pypy/pypy/changeset/8c0f05055511/
Log: fix one more import
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
@@ -7,7 +7,7 @@
create_resop, ConstInt, ConstPtr, ConstFloat, create_resop_2,\
create_resop_1, create_resop_0, INT, REF, FLOAT, example_for_opnum
from pypy.jit.metainterp.test.support import boxint, boxfloat,\
- boxlonglong_on_32bit, boxptr, constfloat
+ boxlonglong_on_32bit, boxptr, constfloat, boxlonglong
from pypy.jit.metainterp.typesystem import deref
from pypy.jit.codewriter.effectinfo import EffectInfo
from pypy.rpython.lltypesystem import lltype, llmemory, rstr, rffi, rclass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit