Skip to content

Commit 085ccb0

Browse files
authored
bpo-38371: Remove remaining use of tk.split from bigmem tcl test (GH-29082)
1 parent 4fe454c commit 085ccb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_tcl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@ def test_huge_string_builtins(self, size):
729729
self.assertRaises(OverflowError, tk.exprlong, value)
730730
self.assertRaises(OverflowError, tk.exprboolean, value)
731731
self.assertRaises(OverflowError, tk.splitlist, value)
732-
self.assertRaises(OverflowError, tk.split, value)
733732
self.assertRaises(OverflowError, tk.createcommand, value, max)
734733
self.assertRaises(OverflowError, tk.deletecommand, value)
735734

0 commit comments

Comments
 (0)