[pypy-commit] pypy py3k: this has been checked in by mistake

antocuni noreply at buildbot.pypy.org
Wed Aug 22 11:58:27 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r56790:4e5ad0a67622
Date: 2012-08-22 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/4e5ad0a67622/

Log:	this has been checked in by mistake

diff --git a/pypy/interpreter/test/test_function.py b/pypy/interpreter/test/test_function.py
--- a/pypy/interpreter/test/test_function.py
+++ b/pypy/interpreter/test/test_function.py
@@ -31,12 +31,6 @@
         f.__annotations__ = ann
         assert f.__annotations__ is ann
 
-    def test_foo(self):
-        """
-        def foo(*, kw=3): return kw
-        assert foo(kw=42) == 42
-        """
-
     def test_kwdefaults(self):
         """
         def f(*, kw=3): return kw


More information about the pypy-commit mailing list