diff options
Diffstat (limited to 'tests/lreplace.test')
-rw-r--r-- | tests/lreplace.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lreplace.test b/tests/lreplace.test index d2d5cfb..0b3f7f1 100644 --- a/tests/lreplace.test +++ b/tests/lreplace.test @@ -12,7 +12,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {"::tcltest" ni [namespace children]} { - package require tcltest + package require tcltest 2.5 namespace import -force ::tcltest::* } |