diff options
Diffstat (limited to 'tests/dict.test')
-rw-r--r-- | tests/dict.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dict.test b/tests/dict.test index 1479727..904ec53 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -10,7 +10,7 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest 2 + package require tcltest 2.5 namespace import -force ::tcltest::* } |