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

View file

@ -729,7 +729,6 @@ def test_huge_string_builtins(self, size):
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)