diff options
Diffstat (limited to 'tests/init.test')
-rw-r--r-- | tests/init.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.test b/tests/init.test index 79d9a04..41b8624 100644 --- a/tests/init.test +++ b/tests/init.test @@ -11,7 +11,7 @@ # this file, and for a DISCLAIMER OF ALL WARRANTIES. if {"::tcltest" ni [namespace children]} { - package require tcltest 2.3.3 + package require tcltest 2.3.4 namespace import -force ::tcltest::* } |