diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-28 11:35:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-11-28 11:35:51 (GMT) |
commit | 7c405f2e81b0eb2fbc2eae23dfaab798dcf44411 (patch) | |
tree | 0a335afe0c1626ff5b698661b08a298c6b07a39c /tests | |
parent | 1b760ca1a5b4b09e2828f360064484801d3899b2 (diff) | |
parent | d473f1507c154f001a28c74e520d79d0b8edd8e3 (diff) | |
download | tcl-7c405f2e81b0eb2fbc2eae23dfaab798dcf44411.zip tcl-7c405f2e81b0eb2fbc2eae23dfaab798dcf44411.tar.gz tcl-7c405f2e81b0eb2fbc2eae23dfaab798dcf44411.tar.bz2 |
Merge 8.5 (Update opt package from 0.4.6 to 0.4.7).
Also fix installation of opt0.4 as done by makefile.vc, which never worked in Tcl 8.6.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opt.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opt.test b/tests/opt.test index 2732d40..14a6e04 100644 --- a/tests/opt.test +++ b/tests/opt.test @@ -17,7 +17,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { } # the package we are going to test -package require opt 0.4.6 +package require opt 0.4.7 # we are using implementation specifics to test the package |