Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r49620:5b572a486ead Date: 2011-11-21 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/5b572a486ead/
Log: No-op clarification. diff --git a/pypy/rpython/test/test_rclass.py b/pypy/rpython/test/test_rclass.py --- a/pypy/rpython/test/test_rclass.py +++ b/pypy/rpython/test/test_rclass.py @@ -462,7 +462,7 @@ # the following property is essential on top of the lltypesystem # otherwise prebuilt dictionaries are broken. It's wrong on # top of the ootypesystem though. - if type(self) is TestLLtype: + if isinstance(self, LLRtypeMixin): assert res.item2 == h_c assert res.item3 == h_d _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit