From: Pablo Galindo Salgado Date: Fri, 15 Oct 2021 11:18:22 +0000 (+0100) Subject: bpo-45445: Remove incorrectly commited test file (GH-28972) X-Git-Tag: v3.11.0a2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79bc5e1dc6f87149240bded3654574b24168f1ac;p=thirdparty%2FPython%2Fcpython.git bpo-45445: Remove incorrectly commited test file (GH-28972) --- diff --git a/test_foo.py b/test_foo.py deleted file mode 100644 index a27be0fdb47a..000000000000 --- a/test_foo.py +++ /dev/null @@ -1,3 +0,0 @@ -def foo(a=3, *, c, d=2): - pass -foo()