[pypy-svn] r48783 - pypy/dist/pypy/rpython/module/test

rxe at codespeak.net rxe at codespeak.net
Mon Nov 19 12:42:27 CET 2007


Author: rxe
Date: Mon Nov 19 12:42:27 2007
New Revision: 48783

Modified:
   pypy/dist/pypy/rpython/module/test/test_ll_os.py
Log:
arigo fixed this when fix errno for ll2ctypes

Modified: pypy/dist/pypy/rpython/module/test/test_ll_os.py
==============================================================================
--- pypy/dist/pypy/rpython/module/test/test_ll_os.py	(original)
+++ pypy/dist/pypy/rpython/module/test/test_ll_os.py	Mon Nov 19 12:42:27 2007
@@ -62,7 +62,6 @@
     def setup_class(cls):
         if not hasattr(os, 'ttyname'):
             py.test.skip("no ttyname")
-        #py.test.skip("XXX get_errno() does not work with ll2ctypes")
     
     def test_ttyname(self):
         import os



More information about the Pypy-commit mailing list