Skip to content

Commit 7e4ff97

Browse files
ZackerySpytzserhiy-storchaka
authored andcommitted
[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)
This was backported by mistake in ef19fd2.
1 parent 9027502 commit 7e4ff97

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/test/test_capi.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ def test_pendingcalls_non_threaded(self):
102102
self.pendingcalls_wait(l, n)
103103

104104

105-
# Bug #6012
106-
class Test6012(unittest.TestCase):
107-
def test(self):
108-
self.assertEqual(_testcapi.argparsing("Hello", "World"), 1)
109-
110-
111105
class TestGetIndices(unittest.TestCase):
112106

113107
def test_get_indices(self):

0 commit comments

Comments
 (0)