[pypy-svn] r33998 - pypy/dist/pypy/module/_stackless/test

stephan at codespeak.net stephan at codespeak.net
Wed Nov 1 11:03:21 CET 2006


Author: stephan
Date: Wed Nov  1 11:03:19 2006
New Revision: 33998

Modified:
   pypy/dist/pypy/module/_stackless/test/test_stackless.py
Log:
test

Modified: pypy/dist/pypy/module/_stackless/test/test_stackless.py
==============================================================================
--- pypy/dist/pypy/module/_stackless/test/test_stackless.py	(original)
+++ pypy/dist/pypy/module/_stackless/test/test_stackless.py	Wed Nov  1 11:03:19 2006
@@ -394,3 +394,4 @@
 
         schedule()
         assert output == [('a', x) for x in "ABCDE"]
+



More information about the Pypy-commit mailing list