Author: Alex Gaynor <alex.gay...@gmail.com> Branch: kill-someobject Changeset: r57854:8791b8217074 Date: 2012-10-07 20:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8791b8217074/
Log: fix rpython test_rbool diff --git a/pypy/rpython/test/test_rbool.py b/pypy/rpython/test/test_rbool.py --- a/pypy/rpython/test/test_rbool.py +++ b/pypy/rpython/test/test_rbool.py @@ -1,11 +1,10 @@ from pypy.translator.translator import TranslationContext -from pypy.rpython.lltypesystem.lltype import pyobjectptr from pypy.annotation import model as annmodel from pypy.rpython.test import snippet from pypy.rpython.test.tool import BaseRtypingTest, LLRtypeMixin, OORtypeMixin + class TestSnippet(object): - def _test(self, func, types): t = TranslationContext() t.buildannotator().build_types(func, types) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit