Author: Antonio Cuni <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit