Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r82673:4d2c1de4fbff
Date: 2016-03-03 14:12 +0000
http://bitbucket.org/pypy/pypy/changeset/4d2c1de4fbff/

Log:    Fix typo that made a test useless

diff --git a/rpython/rtyper/test/test_rdict.py 
b/rpython/rtyper/test/test_rdict.py
--- a/rpython/rtyper/test/test_rdict.py
+++ b/rpython/rtyper/test/test_rdict.py
@@ -1048,7 +1048,7 @@
         s_BA_dic = s.items[1]
 
         r_AB_dic = rtyper.getrepr(s_AB_dic)
-        r_BA_dic = rtyper.getrepr(s_AB_dic)
+        r_BA_dic = rtyper.getrepr(s_BA_dic)
 
         assert r_AB_dic.lowleveltype == r_BA_dic.lowleveltype
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to