[pypy-commit] pypy kill-gen-store-back-in: kill the pointless ootype tests

fijal noreply at buildbot.pypy.org
Mon Apr 29 16:33:02 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: kill-gen-store-back-in
Changeset: r63749:bf4f6792a37d
Date: 2013-04-29 16:32 +0200
http://bitbucket.org/pypy/pypy/changeset/bf4f6792a37d/

Log:	kill the pointless ootype tests

diff --git a/rpython/jit/metainterp/test/test_recursive.py b/rpython/jit/metainterp/test/test_recursive.py
--- a/rpython/jit/metainterp/test/test_recursive.py
+++ b/rpython/jit/metainterp/test/test_recursive.py
@@ -1269,6 +1269,3 @@
 
 class TestLLtype(RecursiveTests, LLJitMixin):
     pass
-
-class TestOOtype(RecursiveTests, OOJitMixin):
-    pass


More information about the pypy-commit mailing list