summaryrefslogtreecommitdiffstats
path: root/tests/all.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-05-21 17:08:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-05-21 17:08:51 (GMT)
commit56312304b98fa9311dc467ce59da8b0e9e3dae4c (patch)
tree27a861b1c7e37fd451c7a0015b0bf519c98020ea /tests/all.tcl
parentbc30387f724f38297d65a0ae87c11341b809b8f0 (diff)
downloadtcl-56312304b98fa9311dc467ce59da8b0e9e3dae4c.zip
tcl-56312304b98fa9311dc467ce59da8b0e9e3dae4c.tar.gz
tcl-56312304b98fa9311dc467ce59da8b0e9e3dae4c.tar.bz2
Use [package prefer latest] to force valgrinding to use a version of Thread suitable
for the whole test suite.
Diffstat (limited to 'tests/all.tcl')
-rw-r--r--tests/all.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tcl b/tests/all.tcl
index b436fbe..05d3024 100644
--- a/tests/all.tcl
+++ b/tests/all.tcl
@@ -10,6 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+package prefer latest
package require Tcl 8.5
package require tcltest 2.2
namespace import tcltest::*