diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 08:37:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-17 08:37:09 (GMT) |
commit | e14285c3a1d7dd2d7407fda5a5c841ccb5cae488 (patch) | |
tree | 86b783c13676bc0093df4b7a433ac0b275f1ba4c | |
parent | 76e4a719173d94a2417a695ce30efcb47adac5a5 (diff) | |
download | tcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.zip tcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.tar.gz tcl-e14285c3a1d7dd2d7407fda5a5c841ccb5cae488.tar.bz2 |
Tcl 8.6 should not be tested with "package prefer latest" any more: All included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages)
-rw-r--r-- | tests/all.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index 52c8763..5ac2abb 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -10,7 +10,6 @@ # 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.5 namespace import ::tcltest::* |