[pypy-svn] pypy ootype-virtualrefs: this class has been killed nowadays

antocuni commits-noreply at bitbucket.org
Fri Apr 8 14:35:08 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: ootype-virtualrefs
Changeset: r43218:698ebaf41a5e
Date: 2011-04-08 11:56 +0200
http://bitbucket.org/pypy/pypy/changeset/698ebaf41a5e/

Log:	this class has been killed nowadays

diff --git a/pypy/translator/cli/test/test_class.py b/pypy/translator/cli/test/test_class.py
--- a/pypy/translator/cli/test/test_class.py
+++ b/pypy/translator/cli/test/test_class.py
@@ -1,11 +1,8 @@
 import py
 from pypy.translator.cli.test.runtest import CliTest
-from pypy.translator.oosupport.test_template.class_ import BaseTestClass, BaseTestSpecialcase
+from pypy.translator.oosupport.test_template.class_ import BaseTestClass
 
 # ====> ../../oosupport/test_template/class_.py
 
 class TestCliClass(CliTest, BaseTestClass):    
     pass
-
-class TestCliSpecialCase(CliTest, BaseTestSpecialcase):
-    pass


More information about the Pypy-commit mailing list