[pypy-svn] r23712 - pypy/dist/pypy/rpython/rctypes/test

tismer at codespeak.net tismer at codespeak.net
Mon Feb 27 23:28:41 CET 2006


Author: tismer
Date: Mon Feb 27 23:28:26 2006
New Revision: 23712

Modified:
   pypy/dist/pypy/rpython/rctypes/test/test_rctypes.py
Log:
do not use tabs

Modified: pypy/dist/pypy/rpython/rctypes/test/test_rctypes.py
==============================================================================
--- pypy/dist/pypy/rpython/rctypes/test/test_rctypes.py	(original)
+++ pypy/dist/pypy/rpython/rctypes/test/test_rctypes.py	Mon Feb 27 23:28:26 2006
@@ -357,7 +357,7 @@
         #d#t.view()
         assert s.knowntype == tagpoint
         # This memory state will be supported in the future (#f#)
-	# Obviously the test is wrong for now
+        # Obviously the test is wrong for now
         #f#assert s.memorystate == SomeCTypesObject.MIXEDMEMORYOWNERSHIP
         assert isinstance(s, SomeObject)
 



More information about the Pypy-commit mailing list