[pypy-svn] r12491 - pypy/dist/pypy/translator/pyrex/test

arigo at codespeak.net arigo at codespeak.net
Wed May 18 22:23:01 CEST 2005


Author: arigo
Date: Wed May 18 22:23:01 2005
New Revision: 12491

Modified:
   pypy/dist/pypy/translator/pyrex/test/test_pyrextrans.py
Log:
Oups!


Modified: pypy/dist/pypy/translator/pyrex/test/test_pyrextrans.py
==============================================================================
--- pypy/dist/pypy/translator/pyrex/test/test_pyrextrans.py	(original)
+++ pypy/dist/pypy/translator/pyrex/test/test_pyrextrans.py	Wed May 18 22:23:01 2005
@@ -120,7 +120,7 @@
                     spec = spec[0] # use the first type only for the tests
                 argstypelist.append(spec)
         t.annotate(argstypelist) 
-        return skip_missing_compiler(t.compile)
+        return skip_missing_compiler(t.pyrexcompile)
 
     def test_set_attr(self):
         set_attr = self.getcompiled(snippet.set_attr)



More information about the Pypy-commit mailing list