[pypy-svn] r51291 - pypy/dist/pypy/lib/app_test/ctypes

fijal at codespeak.net fijal at codespeak.net
Tue Feb 5 15:31:01 CET 2008


Author: fijal
Date: Tue Feb  5 15:31:00 2008
New Revision: 51291

Modified:
   pypy/dist/pypy/lib/app_test/ctypes/test_functions.py
Log:
This test passes out of the box.


Modified: pypy/dist/pypy/lib/app_test/ctypes/test_functions.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_functions.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_functions.py	Tue Feb  5 15:31:00 2008
@@ -306,7 +306,6 @@
 
     def test_errors(self):
         raises(AttributeError, getattr, dll, "_xxx_yyy")
-        py.test.skip("in_dll not supported")
         raises(ValueError, c_int.in_dll, dll, "_xxx_yyy")
 
     def test_byval(self):



More information about the Pypy-commit mailing list