Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r58997:f8375bdafa40
Date: 2012-11-19 10:07 +0100
http://bitbucket.org/pypy/pypy/changeset/f8375bdafa40/

Log:    Backed out changeset 915fc220d488: it should already be skipped by
        d4ef7d213222.

diff --git a/pypy/rlib/parsing/test/test_tree.py 
b/pypy/rlib/parsing/test/test_tree.py
--- a/pypy/rlib/parsing/test/test_tree.py
+++ b/pypy/rlib/parsing/test/test_tree.py
@@ -90,7 +90,6 @@
 class TestTreeTranslatedOOType(BaseTestTreeTranslated):
     
     def compile(self, f):
-        py.test.skip("XXX fix me maybe")
         from pypy.translator.cli.test.runtest import compile_function
         return compile_function(f, [], auto_raise_exc=True, exctrans=True)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to