diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-15 13:08:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 13:08:05 (GMT) |
commit | 91a33fde4826967aa929e53a234aff8a419c5166 (patch) | |
tree | bb900c7dce79fcef7a8c9c76dc486c340420a0e0 | |
parent | c1905527398da3c474ec783ad643330b405211fb (diff) | |
download | cpython-91a33fde4826967aa929e53a234aff8a419c5166.zip cpython-91a33fde4826967aa929e53a234aff8a419c5166.tar.gz cpython-91a33fde4826967aa929e53a234aff8a419c5166.tar.bz2 |
[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 <mail@sobolevn.me>
-rw-r--r-- | Lib/test/imp_dummy.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/imp_dummy.py b/Lib/test/imp_dummy.py deleted file mode 100644 index 2a4deb4..0000000 --- a/Lib/test/imp_dummy.py +++ /dev/null @@ -1,3 +0,0 @@ -# Fodder for test of issue24748 in test_imp - -dummy_name = True |