diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.test | 2 | ||||
-rw-r--r-- | tests/pkg.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/init.test b/tests/init.test index 0af94ea..07270e1 100644 --- a/tests/init.test +++ b/tests/init.test @@ -11,7 +11,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest 2.3.3 + package require tcltest 2.3.4 namespace import -force ::tcltest::* } diff --git a/tests/pkg.test b/tests/pkg.test index a073d25..b935a3f 100644 --- a/tests/pkg.test +++ b/tests/pkg.test @@ -12,7 +12,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {[lsearch [namespace children] ::tcltest] == -1} { - package require tcltest 2.3.3 + package require tcltest 2.3.4 namespace import -force ::tcltest::* } |