[pypy-svn] r48929 - pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Nov 22 16:43:24 CET 2007


Author: cfbolz
Date: Thu Nov 22 16:43:24 2007
New Revision: 48929

Modified:
   pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test/test_genc.py
Log:
(pedronis, cfbolz): this test works nowadays. we should look at our skips.


Modified: pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test/test_genc.py
==============================================================================
--- pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test/test_genc.py	(original)
+++ pypy/branch/remove-extcompiler-rctypes/pypy/translator/c/test/test_genc.py	Thu Nov 22 16:43:24 2007
@@ -359,7 +359,6 @@
     print f(C)
 
 def test_oswrite():
-    py.test.skip("Example of single character string degenerating to SomeObject")
     def f():
         import os
         os.write(1,"o")



More information about the Pypy-commit mailing list