[pypy-commit] pypy default: typo fix

alex_gaynor noreply at buildbot.pypy.org
Fri Jul 12 05:03:11 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
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"
 


More information about the pypy-commit mailing list