Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r65363:ecfd8b3da646
Date: 2013-07-12 13:02 +1000
http://bitbucket.org/pypy/pypy/changeset/ecfd8b3da646/

Log:    typo fix

diff --git a/rpython/annotator/test/test_annrpython.py 
b/rpython/annotator/test/test_annrpython.py
--- a/rpython/annotator/test/test_annrpython.py
+++ b/rpython/annotator/test/test_annrpython.py
@@ -740,7 +740,7 @@
         s = a.build_types(f, [B])
         assert s.classdef is a.bookkeeper.getuniqueclassdef(C)
 
-    def test_union_type_some_opbc(self):
+    def test_union_type_some_pbc(self):
         class A(object):
             name = "A"
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to