[pypy-commit] pypy vecopt-merge: meeeh, syntax error did not pay attentation to the indentation in this file

plan_rich noreply at buildbot.pypy.org
Tue Aug 11 12:42:06 CEST 2015


Author: Richard Plangger <rich at pasra.at>
Branch: vecopt-merge
Changeset: r78886:69fe04c7e304
Date: 2015-08-11 12:42 +0200
http://bitbucket.org/pypy/pypy/changeset/69fe04c7e304/

Log:	meeeh, syntax error did not pay attentation to the indentation in
	this file

diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py
--- a/rpython/jit/codewriter/test/test_flatten.py
+++ b/rpython/jit/codewriter/test/test_flatten.py
@@ -826,8 +826,7 @@
                             "int_return %i0",
                         ]
                     else:
-                    expected.insert(0,
-                        "residual_call_irf_i $<* fn llong_to_int>, I[], R[], F[%f0], <Descr> -> %i0")
+                        expected.insert(0, "residual_call_irf_i $<* fn llong_to_int>, I[], R[], F[%f0], <Descr> -> %i0")
                     expectedstr = '\n'.join(expected)
                     self.encoding_test(f, [rffi.cast(FROM, 42)], expectedstr,
                                        transform=True)


More information about the pypy-commit mailing list