Author: Richard Plangger <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit