Author: Alex Gaynor <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to