[pypy-commit] pypy default: fix the continuation tests

alex_gaynor noreply at buildbot.pypy.org
Mon Sep 19 04:05:24 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r47329:275aae34cd9d
Date: 2011-09-18 22:05 -0400
http://bitbucket.org/pypy/pypy/changeset/275aae34cd9d/

Log:	fix the continuation tests

diff --git a/pypy/module/_continuation/test/support.py b/pypy/module/_continuation/test/support.py
--- a/pypy/module/_continuation/test/support.py
+++ b/pypy/module/_continuation/test/support.py
@@ -9,4 +9,4 @@
             import pypy.rlib.rstacklet
         except CompilationError, e:
             py.test.skip("cannot import rstacklet: %s" % e)
-        cls.space = gettestobjspace(usemodules=['_continuation'])
+        cls.space = gettestobjspace(usemodules=['_continuation'], continuation=True)


More information about the pypy-commit mailing list