Author: Alex Gaynor <[email protected]>
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)
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to