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

nik at codespeak.net nik at codespeak.net
Wed Mar 8 15:55:33 CET 2006


Author: nik
Date: Wed Mar  8 15:55:32 2006
New Revision: 24111

Modified:
   pypy/dist/pypy/translator/squeak/test/test_oo.py
Log:
remove a test that is not really supposed to work anymore (no squeak code
can be generated for a method without a graph).


Modified: pypy/dist/pypy/translator/squeak/test/test_oo.py
==============================================================================
--- pypy/dist/pypy/translator/squeak/test/test_oo.py	(original)
+++ pypy/dist/pypy/translator/squeak/test/test_oo.py	Wed Mar  8 15:55:32 2006
@@ -28,12 +28,6 @@
       return new(C)
    build_sqfunc(f_new)
 
-def test_simple_meth():
-   def f_meth():
-      c = new(C)
-      return c.m(5)
-   build_sqfunc(f_meth)
-
 def test_simple_fields():
    def f_fields():
       c = new(C)



More information about the Pypy-commit mailing list