Author: Maciej Fijalkowski <[email protected]>
Branch: kill-gen-store-back-in
Changeset: r65035:a6063d1bdd68
Date: 2013-06-27 11:04 +0200
http://bitbucket.org/pypy/pypy/changeset/a6063d1bdd68/

Log:    kill the ootype tests too

diff --git a/rpython/rtyper/test/test_rvirtualizable.py 
b/rpython/rtyper/test/test_rvirtualizable.py
--- a/rpython/rtyper/test/test_rvirtualizable.py
+++ b/rpython/rtyper/test/test_rvirtualizable.py
@@ -375,10 +375,3 @@
         assert res.inst_v == 42
         assert res.vable_token == lltype.nullptr(llmemory.GCREF.TO)
 
-class TestOOtype(OORtypeMixin, BaseTest):
-    prefix = 'o'
-    GETFIELD = 'oogetfield'
-    SETFIELD = 'oosetfield'    
-    
-    def gettype(self, v):
-        return v.concretetype
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to