Commit ea09d8da authored by Benjamin Peterson's avatar Benjamin Peterson

delete duplicate test (closes #19123)

parent 9eff3a45
......@@ -167,12 +167,6 @@ class ParseArgsTestCase(unittest.TestCase):
self.assertEqual(ns.testdir, os.path.join(support.SAVEDCWD, 'foo'))
self.checkError(['--testdir'], 'expected one argument')
def test_findleaks(self):
for opt in '-l', '--findleaks':
with self.subTest(opt=opt):
ns = regrtest._parse_args([opt])
self.assertTrue(ns.findleaks)
def test_findleaks(self):
for opt in '-L', '--runleaks':
with self.subTest(opt=opt):
......
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