]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)
authorZackery Spytz <zspytz@gmail.com>
Mon, 6 Aug 2018 13:47:48 +0000 (07:47 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 6 Aug 2018 13:47:48 +0000 (16:47 +0300)
This was backported by mistake in ef19fd2.

Lib/test/test_capi.py

index 6f4a5b3a39445d0e7014a22d377eb7e9c4453633..4393e3ce9a11660a3adddb95455178c3cad05e5c 100644 (file)
@@ -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):