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 | f270cc876db91a80fda35fd57e55859d3a9331f6 (patch) | |
tree | 25c096dd62c3231f11d879fafffb38939a61b89b /tests/ooNext2.test | |
parent | ceff856085045650b5b10e2d2fea1355ba78e4c4 (diff) | |
download | tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.zip tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.tar.gz tcl-f270cc876db91a80fda35fd57e55859d3a9331f6.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::* |