[pypy-svn] r61223 - pypy/trunk/lib-python

fijal at codespeak.net fijal at codespeak.net
Thu Jan 22 11:50:26 CET 2009


Author: fijal
Date: Thu Jan 22 11:50:24 2009
New Revision: 61223

Modified:
   pypy/trunk/lib-python/conftest.py
Log:
argh


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Thu Jan 22 11:50:24 2009
@@ -294,7 +294,7 @@
     RegrTest('test_mmap.py'),
     RegrTest('test_module.py', core=True),
     RegrTest('test_multibytecodec.py', skip="unsupported codecs"),
-    RegrTest('test_multibytecodec.py_support', skip="not a test"),
+    RegrTest('test_multibytecodec_support.py', skip="not a test"),
     RegrTest('test_multifile.py'),
     RegrTest('test_mutants.py', core="possibly"),
     RegrTest('test_netrc.py'),



More information about the Pypy-commit mailing list