summaryrefslogtreecommitdiffstats
path: root/tests/compExpr-old.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compExpr-old.test')
-rw-r--r--tests/compExpr-old.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compExpr-old.test b/tests/compExpr-old.test
index 237aab4..f573cfa 100644
--- a/tests/compExpr-old.test
+++ b/tests/compExpr-old.test
@@ -13,10 +13,11 @@
# 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::*
}
+
::tcltest::loadTestedCommands
catch [list package require -exact Tcltest [info patchlevel]]