[pypy-svn] r13115 - pypy/dist/pypy/rpython/test

arigo at codespeak.net arigo at codespeak.net
Mon Jun 6 17:41:08 CEST 2005


Author: arigo
Date: Mon Jun  6 17:41:08 2005
New Revision: 13115

Modified:
   pypy/dist/pypy/rpython/test/test_rpbc.py
Log:
Grumble.


Modified: pypy/dist/pypy/rpython/test/test_rpbc.py
==============================================================================
--- pypy/dist/pypy/rpython/test/test_rpbc.py	(original)
+++ pypy/dist/pypy/rpython/test/test_rpbc.py	Mon Jun  6 17:41:08 2005
@@ -43,4 +43,4 @@
         obj = MyBase()
         obj.z = a
         return obj.m(b)
-    rtype(f, [int, int]).view()
+    rtype(f, [int, int]) #.view()



More information about the Pypy-commit mailing list