Skip to content

Commit

Permalink
merge 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Apr 9, 2019
2 parents 0edc80e + a109005 commit a2e177d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cmdMZ.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ namespace eval ::tcl::test::cmdMZ {
namespace import ::tcltest::temporaryDirectory
namespace import ::tcltest::test

if {[namespace which -command ::tcl::unsupported::timerate] ne ""} {
namespace import ::tcl::unsupported::timerate
}

proc ListGlobMatch {expected actual} {
if {[llength $expected] != [llength $actual]} {
return 0
Expand Down

0 comments on commit a2e177d

Please sign in to comment.