mirror of https://github.com/python/cpython
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
This commit is contained in:
parent
4fe454c6f5
commit
085ccb0f17
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue