diff options
author | dgp <dgp@users.sourceforge.net> | 2014-10-14 18:12:36 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-10-14 18:12:36 (GMT) |
commit | d31d85870254e265c5e12a212e3ade58e63c247e (patch) | |
tree | 25c096dd62c3231f11d879fafffb38939a61b89b /tests/ooNext2.test | |
parent | ef89704696f7ce48c9e84dff959c72e2fd887959 (diff) | |
download | tcl-d31d85870254e265c5e12a212e3ade58e63c247e.zip tcl-d31d85870254e265c5e12a212e3ade58e63c247e.tar.gz tcl-d31d85870254e265c5e12a212e3ade58e63c247e.tar.bz2 |
Bump to Tcl 8.6.3, TclOO 1.0.3, and update changes file.
Diffstat (limited to 'tests/ooNext2.test')
-rw-r--r-- | tests/ooNext2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ooNext2.test b/tests/ooNext2.test index 9a63577..5ecd209 100644 --- a/tests/ooNext2.test +++ b/tests/ooNext2.test @@ -7,7 +7,7 @@ # See the file "license.terms" for information on usage and redistribution of # this file, and for a DISCLAIMER OF ALL WARRANTIES. -package require TclOO 1.0.1 +package require TclOO 1.0.3 package require tcltest 2 if {"::tcltest" in [namespace children]} { namespace import -force ::tcltest::* |