[pypy-commit] pypy default: this needs _ffi now.

alex_gaynor noreply at buildbot.pypy.org
Tue Jun 7 10:50:46 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r44771:ad96a28ff297
Date: 2011-06-07 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/ad96a28ff297/

Log:	this needs _ffi now.

diff --git a/pypy/module/_multiprocessing/test/test_memory.py b/pypy/module/_multiprocessing/test/test_memory.py
--- a/pypy/module/_multiprocessing/test/test_memory.py
+++ b/pypy/module/_multiprocessing/test/test_memory.py
@@ -3,7 +3,7 @@
 class AppTestMemory:
     def setup_class(cls):
         space = gettestobjspace(
-            usemodules=('_multiprocessing', 'mmap', '_rawffi'))
+            usemodules=('_multiprocessing', 'mmap', '_rawffi', '_ffi'))
         cls.space = space
 
     def test_address_of(self):


More information about the pypy-commit mailing list