Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: type-specialized-instances Changeset: r59920:3a26e7c6c310 Date: 2013-01-10 11:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3a26e7c6c310/
Log: adapt to new way of doing stuff diff --git a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace/std/test/test_mapdict.py --- a/pypy/objspace/std/test/test_mapdict.py +++ b/pypy/objspace/std/test/test_mapdict.py @@ -303,8 +303,7 @@ assert c.terminator.size_estimate() in [(i + 10) // 2, (i + 11) // 2] class TestTypeSpecializedAttributes(object): - def setup_class(cls): - cls.space = gettestobjspace(**{"objspace.std.withmapdict": True}) + spaceconfig = {"objspace.std.withmapdict": True} def test_attributes(self): space = self.space _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit