[pypy-svn] r24118 - pypy/dist/pypy/translator/squeak/test

nik at codespeak.net nik at codespeak.net
Wed Mar 8 18:02:30 CET 2006


Author: nik
Date: Wed Mar  8 18:02:29 2006
New Revision: 24118

Added:
   pypy/dist/pypy/translator/squeak/test/support.py
Log:
forgot to check in support file for test in previous commit.


Added: pypy/dist/pypy/translator/squeak/test/support.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/squeak/test/support.py	Wed Mar  8 18:02:29 2006
@@ -0,0 +1,4 @@
+class A:
+    def m(self, i):
+        return 1 + i
+



More information about the Pypy-commit mailing list