summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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 $_
}