[pypy-svn] r43617 - pypy/dist/pypy/translator/jvm/test

afa at codespeak.net afa at codespeak.net
Fri May 25 13:50:19 CEST 2007


Author: afa
Date: Fri May 25 13:50:19 2007
New Revision: 43617

Modified:
   pypy/dist/pypy/translator/jvm/test/test_class.py
Log:
untabify


Modified: pypy/dist/pypy/translator/jvm/test/test_class.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_class.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_class.py	Fri May 25 13:50:19 2007
@@ -22,7 +22,7 @@
             a = A()
             b = B()
             return call(a, x) + call(b, x)
-		assert self.interpret(fn, [0]) == 3
+        assert self.interpret(fn, [0]) == 3
 
     def test_abstract_method2(self):
         class Root(object):


More information about the pypy-svn mailing list