[pypy-commit] pypy stacklet: Use a more standard module in this test.

arigo noreply at buildbot.pypy.org
Fri Aug 26 17:00:09 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stacklet
Changeset: r46796:6804e16d72fd
Date: 2011-08-26 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/6804e16d72fd/

Log:	Use a more standard module in this test.

diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py
--- a/pypy/interpreter/test/test_gateway.py
+++ b/pypy/interpreter/test/test_gateway.py
@@ -704,7 +704,7 @@
 class TestPassThroughArguments_CALL_METHOD(TestPassThroughArguments):
 
     def setup_class(cls):
-        space = gettestobjspace(usemodules=('_stacklet',), **{
+        space = gettestobjspace(usemodules=('itertools',), **{
             "objspace.opcodes.CALL_METHOD": True
             })
         cls.space = space


More information about the pypy-commit mailing list