Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r45692:a279306f0a8e
Date: 2011-07-16 19:03 -0700
http://bitbucket.org/pypy/pypy/changeset/a279306f0a8e/

Log:    name this something useful.

diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py 
b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
@@ -4553,7 +4553,7 @@
         """
         self.optimize_loop(ops, expected)
 
-    def test_strslice_with_other_stuff(self):
+    def test_strslice_subtraction_folds(self):
         ops = """
         [p0, i0]
         i1 = int_add(i0, 1)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to