[pypy-svn] r64158 - pypy/trunk/pypy/module/_stackless/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Apr 16 14:31:09 CEST 2009


Author: cfbolz
Date: Thu Apr 16 14:31:07 2009
New Revision: 64158

Modified:
   pypy/trunk/pypy/module/_stackless/test/test_coroutine.py
Log:
nonsense


Modified: pypy/trunk/pypy/module/_stackless/test/test_coroutine.py
==============================================================================
--- pypy/trunk/pypy/module/_stackless/test/test_coroutine.py	(original)
+++ pypy/trunk/pypy/module/_stackless/test/test_coroutine.py	Thu Apr 16 14:31:07 2009
@@ -123,7 +123,7 @@
             skip('pure appdirect test (run with -A)')
         cls.space = gettestobjspace(usemodules=('_stackless',))
 
-    def Xtest_stack_depth_limit(self):
+    def test_stack_depth_limit(self):
         import sys
         import _stackless as stackless
         st = stackless.get_stack_depth_limit()



More information about the Pypy-commit mailing list