[pypy-svn] r36772 - pypy/dist/pypy/jit/codegen/llvm/test

ericvrp at codespeak.net ericvrp at codespeak.net
Mon Jan 15 12:46:30 CET 2007


Author: ericvrp
Date: Mon Jan 15 12:46:29 2007
New Revision: 36772

Modified:
   pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
Log:
fix tyop


Modified: pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py	(original)
+++ pypy/dist/pypy/jit/codegen/llvm/test/test_operation.py	Mon Jan 15 12:46:29 2007
@@ -2,7 +2,7 @@
 from pypy.rlib.objectmodel import specialize
 from pypy.rpython.memory.lltypelayout import convert_offset_to_int
 from pypy.jit.codegen.llvm.test.test_llvmjit import skip_unsupported_platform
-from pypy.jit.codegen.test.operations_test import OperationTests
+from pypy.jit.codegen.test.operation_tests import OperationTests
 from pypy.jit.codegen.llvm.rgenop import RLLVMGenOp
 from pypy.jit.codegen.llvm.llvmjit import llvm_version, MINIMAL_VERSION
 



More information about the Pypy-commit mailing list