Commit 7e4ff979 authored by Zackery Spytz's avatar Zackery Spytz Committed by Serhiy Storchaka

[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)

This was backported by mistake in ef19fd20.
parent 9027502e
......@@ -102,12 +102,6 @@ class TestPendingCalls(unittest.TestCase):
self.pendingcalls_wait(l, n)
# Bug #6012
class Test6012(unittest.TestCase):
def test(self):
self.assertEqual(_testcapi.argparsing("Hello", "World"), 1)
class TestGetIndices(unittest.TestCase):
def test_get_indices(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment