summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 19:43:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-17 19:43:07 (GMT)
commitac93862047a9703bcc99d3e958d6861921a10ac7 (patch)
treecc1b59e85d1ff8eb860e7a3ed740669089fce864 /tests
parent5655318f50b3bc51f8cba32759e01ae8c7694cc9 (diff)
parente9ccf557eb23f66c28210e967e344a61fef2ed58 (diff)
downloadtcl-ac93862047a9703bcc99d3e958d6861921a10ac7.zip
tcl-ac93862047a9703bcc99d3e958d6861921a10ac7.tar.gz
tcl-ac93862047a9703bcc99d3e958d6861921a10ac7.tar.bz2
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r--tests/icuUcmTests.tcl2
-rw-r--r--tests/ioTrans.test3
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/icuUcmTests.tcl b/tests/icuUcmTests.tcl
index 0c4071f..3b70748 100644
--- a/tests/icuUcmTests.tcl
+++ b/tests/icuUcmTests.tcl
@@ -45,7 +45,7 @@ if {[info commands printable] eq ""} {
return $print
}
}
-
+
#
# cp1250 (generated from glibc-CP1250-2.1.2)
diff --git a/tests/ioTrans.test b/tests/ioTrans.test
index 9639576..9f6542c 100644
--- a/tests/ioTrans.test
+++ b/tests/ioTrans.test
@@ -643,6 +643,9 @@ namespace eval reflector {
proc finalize {_ chan} {
+ foreach id [after info] {
+ after cancel $id
+ }
namespace delete $_
}