diff options
author | Nikita Sobolev <mail@sobolevn.me> | 2023-11-15 12:26:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-15 12:26:49 (GMT) |
commit | 422c0f030170490c001575303d9e628a0298d457 (patch) | |
tree | dbdd37ec99d0fb872c02352fbcab81fb0eab6b9d | |
parent | d4f83e1e3a19e2f881115f20d58ae6a019ddb48f (diff) | |
download | cpython-422c0f030170490c001575303d9e628a0298d457.zip cpython-422c0f030170490c001575303d9e628a0298d457.tar.gz cpython-422c0f030170490c001575303d9e628a0298d457.tar.bz2 |
gh-108303: Delete `imp_dummy` test file (#112110)
-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 |