[pypy-svn] pypy default: Forgot to rename this method here too.

arigo commits-noreply at bitbucket.org
Sun Apr 3 18:37:07 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r43124:def54d829641
Date: 2011-04-03 18:30 +0200
http://bitbucket.org/pypy/pypy/changeset/def54d829641/

Log:	Forgot to rename this method here too.

diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py b/pypy/jit/metainterp/test/test_optimizeopt.py
--- a/pypy/jit/metainterp/test/test_optimizeopt.py
+++ b/pypy/jit/metainterp/test/test_optimizeopt.py
@@ -135,7 +135,7 @@
         return type(self) is type(other)      # xxx obscure
     def clone_if_mutable(self):
         res = Storage(self.metainterp_sd, self.original_greenkey)
-        self.copy_all_attrbutes_into(res)
+        self.copy_all_attributes_into(res)
         return res
 
 def _sortboxes(boxes):


More information about the Pypy-commit mailing list