Skip to content

Commit a2e177d

Browse files
committed
merge 8.5
2 parents 0edc80e + a109005 commit a2e177d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/cmdMZ.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ namespace eval ::tcl::test::cmdMZ {
2424
namespace import ::tcltest::temporaryDirectory
2525
namespace import ::tcltest::test
2626

27+
if {[namespace which -command ::tcl::unsupported::timerate] ne ""} {
28+
namespace import ::tcl::unsupported::timerate
29+
}
30+
2731
proc ListGlobMatch {expected actual} {
2832
if {[llength $expected] != [llength $actual]} {
2933
return 0

0 commit comments

Comments
 (0)