summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_capi.py')
-rw-r--r--Lib/test/test_capi.py6
1 files changed, 0 insertions, 6 deletions
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 @@ 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):