mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
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…
x
Reference in New Issue
Block a user