Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r56794:8d3a772cc045
Date: 2012-08-22 13:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8d3a772cc045/

Log:    this revision contains less \t

diff --git a/pypy/jit/backend/arm/test/test_runner.py 
b/pypy/jit/backend/arm/test/test_runner.py
--- a/pypy/jit/backend/arm/test/test_runner.py
+++ b/pypy/jit/backend/arm/test/test_runner.py
@@ -27,7 +27,7 @@
     # ====> ../../test/runner_test.py
 
     add_loop_instructions = ['nop', # this is the same as mov r0, r0
-                            'adds', 'cmp', 'beq', 'b']
+                             'adds', 'cmp', 'beq', 'b']
     bridge_loop_instructions = ['movw', 'movt', 'bx']
 
     def setup_method(self, meth):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to