[pypy-svn] r78653 - pypy/branch/fast-forward/lib-python

afa at codespeak.net afa at codespeak.net
Tue Nov 2 22:28:28 CET 2010


Author: afa
Date: Tue Nov  2 22:28:26 2010
New Revision: 78653

Modified:
   pypy/branch/fast-forward/lib-python/conftest.py
Log:
oops


Modified: pypy/branch/fast-forward/lib-python/conftest.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/conftest.py	(original)
+++ pypy/branch/fast-forward/lib-python/conftest.py	Tue Nov  2 22:28:26 2010
@@ -496,7 +496,7 @@
     RegrTest('test_coding.py'),
     RegrTest('test_complex_args.py'),
     RegrTest('test_contextlib.py', usemodules="thread"),
-    RegrTest('test_ctypes.py', usemodules="_rawffi")
+    RegrTest('test_ctypes.py', usemodules="_rawffi"),
     RegrTest('test_defaultdict.py'),
     RegrTest('test_email_renamed.py'),
     RegrTest('test_exception_variations.py'),



More information about the Pypy-commit mailing list