[pypy-commit] pypy arm-backend-2: make sure ll_os gets imported when running the test

bivab noreply at buildbot.pypy.org
Mon Mar 5 13:42:48 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r53225:334054b5711a
Date: 2012-03-05 11:27 +0000
http://bitbucket.org/pypy/pypy/changeset/334054b5711a/

Log:	make sure ll_os gets imported when running the test

diff --git a/pypy/rpython/module/test/test_ll_os.py b/pypy/rpython/module/test/test_ll_os.py
--- a/pypy/rpython/module/test/test_ll_os.py
+++ b/pypy/rpython/module/test/test_ll_os.py
@@ -11,6 +11,7 @@
 import py
 
 def getllimpl(fn):
+    from pypy.rpython.module import ll_os
     return extregistry.lookup(fn).lltypeimpl
 
 def test_access():


More information about the pypy-commit mailing list