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

This was backported by mistake in ef19fd2.
diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
index 6f4a5b3..4393e3c 100644
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -102,12 +102,6 @@
         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):