[pypy-svn] r75008 - pypy/branch/fast-ctypes/pypy/module/jitffi/test

getxsick at codespeak.net getxsick at codespeak.net
Tue Jun 1 20:53:07 CEST 2010


Author: getxsick
Date: Tue Jun  1 20:53:06 2010
New Revision: 75008

Modified:
   pypy/branch/fast-ctypes/pypy/module/jitffi/test/test_jitffi.py
Log:
remove unneeded glibc for now

Modified: pypy/branch/fast-ctypes/pypy/module/jitffi/test/test_jitffi.py
==============================================================================
--- pypy/branch/fast-ctypes/pypy/module/jitffi/test/test_jitffi.py	(original)
+++ pypy/branch/fast-ctypes/pypy/module/jitffi/test/test_jitffi.py	Tue Jun  1 20:53:06 2010
@@ -36,11 +36,9 @@
         return str(platform.compile([c_file], eci, 'x', standalone=False))
 
     def setup_class(cls):
-        from pypy.rlib.libffi import get_libc_name
         space = gettestobjspace(usemodules=('jitffi',))
         cls.space = space
         cls.w_lib_name = space.wrap(cls.preprare_c_example())
-        cls.w_libc_name = space.wrap(get_libc_name())
 
     def test_call(self):
         import jitffi



More information about the Pypy-commit mailing list