diff options
Diffstat (limited to 'tests/cmdIL.test')
-rw-r--r-- | tests/cmdIL.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cmdIL.test b/tests/cmdIL.test index 57607bd..68f7892 100644 --- a/tests/cmdIL.test +++ b/tests/cmdIL.test @@ -9,10 +9,11 @@ # 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::* } + ::tcltest::loadTestedCommands catch [list package require -exact Tcltest [info patchlevel]] |