[pypy-commit] pypy default: typo

bdkearns noreply at buildbot.pypy.org
Thu May 1 01:50:09 CEST 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r71111:6dcb8c27710f
Date: 2014-04-30 19:49 -0400
http://bitbucket.org/pypy/pypy/changeset/6dcb8c27710f/

Log:	typo

diff --git a/rpython/jit/metainterp/test/test_string.py b/rpython/jit/metainterp/test/test_string.py
--- a/rpython/jit/metainterp/test/test_string.py
+++ b/rpython/jit/metainterp/test/test_string.py
@@ -478,7 +478,7 @@
             return len(sa.val)
         assert self.meta_interp(f, ['a']) == f('a')
 
-    def test_string_comepare_quasiimmutable(self):
+    def test_string_compare_quasiimmutable(self):
         class Sys(object):
             _immutable_fields_ = ["defaultencoding?"]
             def __init__(self, s):


More information about the pypy-commit mailing list