[pypy-svn] r58883 - pypy/branch/2.5-merge/pypy/interpreter/astcompiler/test

arigo at codespeak.net arigo at codespeak.net
Fri Oct 10 11:17:35 CEST 2008


Author: arigo
Date: Fri Oct 10 11:17:35 2008
New Revision: 58883

Modified:
   pypy/branch/2.5-merge/pypy/interpreter/astcompiler/test/test_compiler.py
Log:
Fix test.


Modified: pypy/branch/2.5-merge/pypy/interpreter/astcompiler/test/test_compiler.py
==============================================================================
--- pypy/branch/2.5-merge/pypy/interpreter/astcompiler/test/test_compiler.py	(original)
+++ pypy/branch/2.5-merge/pypy/interpreter/astcompiler/test/test_compiler.py	Fri Oct 10 11:17:35 2008
@@ -616,6 +616,7 @@
                     def make_boundmethod(func=func):
                         def boundmethod(*args):
                             return func(self, *args)
+        r = None
         """)
         decl = str(decl) + '\n'
         yield self.simple_test, decl, 'r', None



More information about the Pypy-commit mailing list