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

mwh at codespeak.net mwh at codespeak.net
Fri Dec 15 10:57:35 CET 2006


Author: mwh
Date: Fri Dec 15 10:57:34 2006
New Revision: 35777

Modified:
   pypy/dist/pypy/rpython/test/test_rpbc.py
Log:
remove an ooskip -- the test passes


Modified: pypy/dist/pypy/rpython/test/test_rpbc.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_rpbc.py	(original)
+++ pypy/dist/pypy/rpython/test/test_rpbc.py	Fri Dec 15 10:57:34 2006
@@ -1444,7 +1444,6 @@
         assert res == 42
 
     def test_specialize_functionarg(self):
-        self._skip_oo("crashes in funny ways")
         def f(x, y):
             return x + y
         def g(x, y, z):



More information about the Pypy-commit mailing list