From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 15 Nov 2023 13:08:05 +0000 (+0100) Subject: [3.12] gh-108303: Delete `imp_dummy` test file (GH-112110) (#112114) X-Git-Tag: v3.12.1~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91a33fde4826967aa929e53a234aff8a419c5166;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-108303: Delete `imp_dummy` test file (GH-112110) (#112114) gh-108303: Delete `imp_dummy` test file (GH-112110) (cherry picked from commit 422c0f030170490c001575303d9e628a0298d457) Co-authored-by: Nikita Sobolev --- diff --git a/Lib/test/imp_dummy.py b/Lib/test/imp_dummy.py deleted file mode 100644 index 2a4deb49547c..000000000000 --- a/Lib/test/imp_dummy.py +++ /dev/null @@ -1,3 +0,0 @@ -# Fodder for test of issue24748 in test_imp - -dummy_name = True