Author: Manuel Jacob
Branch: llvm-translation-backend
Changeset: r68811:51c2f9a02d22
Date: 2014-01-21 14:52 +0100
http://bitbucket.org/pypy/pypy/changeset/51c2f9a02d22/
Log: Remove more trailing whitespace.
diff --git a/rpython/translator/test/test_interactive.py
b/rpython/translator/test/test_interactive.py
--- a/rpython/translator/test/test_interactive.py
+++ b/rpython/translator/test/test_interactive.py
@@ -61,11 +61,11 @@
t = Translation(f, [int, int], backend='llvm')
t.source(gc='boehm')
assert 'source_llvm' in t.driver.done
-
+
t = Translation(f, [int, int])
t.source_llvm()
assert 'source_llvm' in t.driver.done
-
+
def test_disable_logic():
def f(x,y):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit