We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0edc80e + a109005 commit a2e177dCopy full SHA for a2e177d
tests/cmdMZ.test
@@ -24,6 +24,10 @@ namespace eval ::tcl::test::cmdMZ {
24
namespace import ::tcltest::temporaryDirectory
25
namespace import ::tcltest::test
26
27
+ if {[namespace which -command ::tcl::unsupported::timerate] ne ""} {
28
+ namespace import ::tcl::unsupported::timerate
29
+ }
30
+
31
proc ListGlobMatch {expected actual} {
32
if {[llength $expected] != [llength $actual]} {
33
return 0
0 commit comments