diff options
Diffstat (limited to 'tests/incr.test')
-rw-r--r-- | tests/incr.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incr.test b/tests/incr.test index aa2872a..9d92f85 100644 --- a/tests/incr.test +++ b/tests/incr.test @@ -11,7 +11,7 @@ # 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::* } |