[pypy-svn] r26489 - pypy/dist/pypy/translator/cl/test

dialtone at codespeak.net dialtone at codespeak.net
Fri Apr 28 05:56:10 CEST 2006


Author: dialtone
Date: Fri Apr 28 05:56:07 2006
New Revision: 26489

Modified:
   pypy/dist/pypy/translator/cl/test/test_oo.py
Log:
(sanxiyn, dialtone) thanks nik

Modified: pypy/dist/pypy/translator/cl/test/test_oo.py
==============================================================================
--- pypy/dist/pypy/translator/cl/test/test_oo.py	(original)
+++ pypy/dist/pypy/translator/cl/test/test_oo.py	Fri Apr 28 05:56:07 2006
@@ -135,7 +135,7 @@
     assert cl_dynamic_instance(False) == 2
 
 def test_nullable():
-    py.test.skip("fails with null inst")
+    #py.test.skip("fails with null inst")
     class Foo:
         def __init__(self, value):
             self.value = value



More information about the Pypy-commit mailing list