summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-24 14:33:54 (GMT)
commitf44fb9b4500e047fdb9e361a17f44fa46dffec2b (patch)
treea2d158df64500a845f27d243f578e37db69945af /tests/dict.test
parentbf9af9a40854d7116b0d6a17fae0594ce3c38f09 (diff)
downloadtcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.zip
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.gz
tcl-f44fb9b4500e047fdb9e361a17f44fa46dffec2b.tar.bz2
Request the tcltest version that provides the testing facilities used.
Diffstat (limited to 'tests/dict.test')
-rw-r--r--tests/dict.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dict.test b/tests/dict.test
index 1479727..904ec53 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -10,7 +10,7 @@
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
if {[lsearch [namespace children] ::tcltest] == -1} {
- package require tcltest 2
+ package require tcltest 2.5
namespace import -force ::tcltest::*
}