bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)

This commit is contained in:
Zachary Ware 2021-10-19 22:34:23 -05:00 committed by GitHub
parent 4fe454c6f5
commit 085ccb0f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -729,7 +729,6 @@ class BigmemTclTest(unittest.TestCase):
self.assertRaises(OverflowError, tk.exprlong, value)
self.assertRaises(OverflowError, tk.exprboolean, value)
self.assertRaises(OverflowError, tk.splitlist, value)
self.assertRaises(OverflowError, tk.split, value)
self.assertRaises(OverflowError, tk.createcommand, value, max)
self.assertRaises(OverflowError, tk.deletecommand, value)