[pypy-svn] r29673 - pypy/dist/pypy/rpython/test

antocuni at codespeak.net antocuni at codespeak.net
Thu Jul 6 14:01:23 CEST 2006


Author: antocuni
Date: Thu Jul  6 14:01:21 2006
New Revision: 29673

Modified:
   pypy/dist/pypy/rpython/test/test_objectmodel.py
Log:
This test now passes.



Modified: pypy/dist/pypy/rpython/test/test_objectmodel.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_objectmodel.py	(original)
+++ pypy/dist/pypy/rpython/test/test_objectmodel.py	Thu Jul  6 14:01:21 2006
@@ -250,7 +250,6 @@
         assert res == 77
 
     def test_hint(self):
-        self._skip_oo('hint')
         from pypy.rpython import objectmodel
         def f():
             x = objectmodel.hint(5, hello="world")



More information about the Pypy-commit mailing list