[pypy-svn] r53153 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test

fijal at codespeak.net fijal at codespeak.net
Sun Mar 30 19:30:44 CEST 2008


Author: fijal
Date: Sun Mar 30 19:30:44 2008
New Revision: 53153

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py
Log:
fix import.


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/test/test_rgenop.py	Sun Mar 30 19:30:44 2008
@@ -1,4 +1,4 @@
-from pypy.jit.codegen.iaxx.rgenop import RI386GenOp
+from pypy.jit.codegen.ia32.rgenop import RI386GenOp
 from pypy.jit.codegen.test.rgenop_tests import AbstractRGenOpTests
 
 class TestRI386Genop(AbstractRGenOpTests):



More information about the Pypy-commit mailing list