[pypy-commit] pypy less-gettestobjspace: Fix one more test

amauryfa noreply at buildbot.pypy.org
Sun Nov 4 23:34:58 CET 2012


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: less-gettestobjspace
Changeset: r58720:5180fc91eab9
Date: 2012-10-31 22:13 +0100
http://bitbucket.org/pypy/pypy/changeset/5180fc91eab9/

Log:	Fix one more test

diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_classobj.py
--- a/pypy/module/__builtin__/test/test_classobj.py
+++ b/pypy/module/__builtin__/test/test_classobj.py
@@ -1063,7 +1063,7 @@
 
 class AppTestOldStyleClassStrDict(object):
     def setup_class(cls):
-        if option.runappdirect:
+        if cls.runappdirect:
             py.test.skip("can only be run on py.py")
         def is_strdict(space, w_class):
             from pypy.objspace.std.dictmultiobject import StringDictStrategy


More information about the pypy-commit mailing list