From: Zackery Spytz Date: Mon, 6 Aug 2018 13:47:48 +0000 (-0600) Subject: [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681) X-Git-Tag: v2.7.16rc1~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e4ff9796cb2c5b64307a2bd928e35930e3f1b2a;p=thirdparty%2FPython%2Fcpython.git [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 6f4a5b3a3944..4393e3ce9a11 100644 --- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -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):