[pypy-commit] pypy default: correc the test, still fails (amaury)

alex_gaynor noreply at buildbot.pypy.org
Tue Apr 10 00:36:51 CEST 2012


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r54272:533a81aa5113
Date: 2012-04-09 18:36 -0400
http://bitbucket.org/pypy/pypy/changeset/533a81aa5113/

Log:	correc the test, still fails (amaury)

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
@@ -3753,7 +3753,7 @@
                 raise NotImplementedError
 
         a = self.RPythonAnnotator()
-        s = a.build_types(f, [int])
+        s = a.build_types(main, [int])
         assert isinstance(s, SomeInteger)
 
 


More information about the pypy-commit mailing list