Author: Alex Gaynor <alex.gay...@gmail.com> Branch: Changeset: r54273:124c48df1aab Date: 2012-04-09 19:22 -0400 http://bitbucket.org/pypy/pypy/changeset/124c48df1aab/
Log: fix nameerror diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test/test_annrpython.py +++ b/pypy/annotation/test/test_annrpython.py @@ -3754,7 +3754,7 @@ a = self.RPythonAnnotator() s = a.build_types(main, [int]) - assert isinstance(s, SomeInteger) + assert isinstance(s, annmodel.SomeInteger) def g(n): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit