Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r47330:07acb1ab3f7b
Date: 2011-09-18 22:06 -0400
http://bitbucket.org/pypy/pypy/changeset/07acb1ab3f7b/

Log:    fix some more tests

diff --git a/pypy/module/test_lib_pypy/test_greenlet.py 
b/pypy/module/test_lib_pypy/test_greenlet.py
--- a/pypy/module/test_lib_pypy/test_greenlet.py
+++ b/pypy/module/test_lib_pypy/test_greenlet.py
@@ -3,7 +3,7 @@
 
 class AppTestGreenlet:
     def setup_class(cls):
-        cls.space = gettestobjspace(usemodules=['_continuation'])
+        cls.space = gettestobjspace(usemodules=['_continuation'], 
continuation=True)
 
     def test_simple(self):
         from greenlet import greenlet
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to