diff options
author | dgp <dgp@users.sourceforge.net> | 2012-05-21 17:08:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-05-21 17:08:51 (GMT) |
commit | 56312304b98fa9311dc467ce59da8b0e9e3dae4c (patch) | |
tree | 27a861b1c7e37fd451c7a0015b0bf519c98020ea | |
parent | bc30387f724f38297d65a0ae87c11341b809b8f0 (diff) | |
download | tcl-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.
-rw-r--r-- | tests/all.tcl | 1 |
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::* |