Author: Maciej Fijalkowski <[email protected]>
Branch: remove-globals-in-jit
Changeset: r59725:7bd2b76db5cd
Date: 2013-01-05 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/7bd2b76db5cd/

Log:    remove tabs

diff --git a/pypy/jit/backend/test/test_random.py 
b/pypy/jit/backend/test/test_random.py
--- a/pypy/jit/backend/test/test_random.py
+++ b/pypy/jit/backend/test/test_random.py
@@ -675,8 +675,8 @@
         cpu = self.builder.cpu
         self.clear_state()
         # disable check for now
-       # exc = cpu.grab_exc_value()
-       # assert not exc
+        # exc = cpu.grab_exc_value()
+        # assert not exc
 
         arguments = [box.value for box in self.loop.inputargs]
         deadframe = cpu.execute_token(self.runjitcelltoken(), *arguments)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to