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

fijal at codespeak.net fijal at codespeak.net
Fri Jan 25 18:22:35 CET 2008


Author: fijal
Date: Fri Jan 25 18:22:35 2008
New Revision: 51040

Modified:
   pypy/dist/pypy/lib/app_test/ctypes/test_structures.py
Log:
Unskip bogus test.


Modified: pypy/dist/pypy/lib/app_test/ctypes/test_structures.py
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/test_structures.py	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/test_structures.py	Fri Jan 25 18:22:35 2008
@@ -341,7 +341,6 @@
         assert (cls, msg) == (TypeError, "abstract class")
 
     def test_methods(self):
-        py.test.skip("???")
 ##        class X(Structure):
 ##            _fields_ = []
 



More information about the Pypy-commit mailing list