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