Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: virtual-dicts
Changeset: r48454:6283d742ab74
Date: 2011-10-25 16:20 -0400
http://bitbucket.org/pypy/pypy/changeset/6283d742ab74/

Log:    fix a really emberassing typo

diff --git a/pypy/jit/metainterp/test/test_ajit.py 
b/pypy/jit/metainterp/test/test_ajit.py
--- a/pypy/jit/metainterp/test/test_ajit.py
+++ b/pypy/jit/metainterp/test/test_ajit.py
@@ -3616,7 +3616,7 @@
         res = self.meta_interp(main, [False, 100, True], taggedpointers=True)
 
     def test_rerased(self):
-        eraseX, uneraseX = rerased,new_erasing_pair("X")
+        eraseX, uneraseX = rerased.new_erasing_pair("X")
         #
         class X:
             def __init__(self, a, b):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to