[pypy-svn] r71430 - pypy/trunk/pypy/rpython/memory/test

arigo at codespeak.net arigo at codespeak.net
Tue Feb 23 16:41:10 CET 2010


Author: arigo
Date: Tue Feb 23 16:41:08 2010
New Revision: 71430

Modified:
   pypy/trunk/pypy/rpython/memory/test/snippet.py
Log:
Trying a checkin.


Modified: pypy/trunk/pypy/rpython/memory/test/snippet.py
==============================================================================
--- pypy/trunk/pypy/rpython/memory/test/snippet.py	(original)
+++ pypy/trunk/pypy/rpython/memory/test/snippet.py	Tue Feb 23 16:41:08 2010
@@ -174,5 +174,3 @@
             return self.interpret(func, [])
         else:
             assert 0, "don't know what to do with that"
-
-    



More information about the Pypy-commit mailing list