diff options
author | nijtmans <nijtmans> | 2010-05-27 09:18:11 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-05-27 09:18:11 (GMT) |
commit | cccde1f6fa0cd2199b12e1abad815cd4ebf805fc (patch) | |
tree | 363a1a0b25e813a6dbfdad5b5b4796f26c0b841a /tests | |
parent | 84010405f28bb6a57e0d7c089ade8a2eeca31c8a (diff) | |
download | tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.zip tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.tar.gz tcl-cccde1f6fa0cd2199b12e1abad815cd4ebf805fc.tar.bz2 |
optParse.tcl: eliminate ';' at line end, bump to v0.4.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opt.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opt.test b/tests/opt.test index 9f01658..53e6711 100644 --- a/tests/opt.test +++ b/tests/opt.test @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: opt.test,v 1.10 2010/05/27 08:32:23 nijtmans Exp $ +# RCS: @(#) $Id: opt.test,v 1.11 2010/05/27 09:18:12 nijtmans Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -19,7 +19,7 @@ if {[lsearch [namespace children] ::tcltest] == -1} { } # the package we are going to test -package require opt 0.4.1 +package require opt 0.4.6 # we are using implementation specifics to test the package |