[pypy-svn] r30838 - pypy/dist/pypy/interpreter/test

arigo at codespeak.net arigo at codespeak.net
Tue Aug 1 13:34:10 CEST 2006


Author: arigo
Date: Tue Aug  1 13:34:08 2006
New Revision: 30838

Modified:
   pypy/dist/pypy/interpreter/test/test_gateway.py
Log:
Remove dead code in test file.


Modified: pypy/dist/pypy/interpreter/test/test_gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/test/test_gateway.py	(original)
+++ pypy/dist/pypy/interpreter/test/test_gateway.py	Tue Aug  1 13:34:08 2006
@@ -233,9 +233,3 @@
         assert space.eq_w(space.call_function(w_app_g_id,w("foo")),w("foo"))
         assert len(l) == 1
         assert space.eq_w(l[0], w("foo"))
-
-        
-
-
-def app_g3(b):
-    return 'foo'+b



More information about the Pypy-commit mailing list