[pypy-svn] r29535 - pypy/dist/pypy/rpython/ootypesystem/test

antocuni at codespeak.net antocuni at codespeak.net
Fri Jun 30 16:09:29 CEST 2006


Author: antocuni
Date: Fri Jun 30 16:09:25 2006
New Revision: 29535

Modified:
   pypy/dist/pypy/rpython/ootypesystem/test/test_oorecord.py
Log:
forgot to skip the test.



Modified: pypy/dist/pypy/rpython/ootypesystem/test/test_oorecord.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/test/test_oorecord.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/test/test_oorecord.py	Fri Jun 30 16:09:25 2006
@@ -41,7 +41,7 @@
 
 import py
 def test_hash():
-    #py.test.skip("LowLevelType.__hash__ bug waiting to be fixed")
+    py.test.skip("LowLevelType.__hash__ bug waiting to be fixed")
     T1 = Record({"item0": Signed, "item1": Signed})
     T2 = Record({"item0": Signed})
 



More information about the Pypy-commit mailing list