summaryrefslogtreecommitdiffstats
path: root/tests/ooNext2.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-09-18 12:32:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-09-18 12:32:26 (GMT)
commita2df72aecb12eefacae9be3771ea67651024d645 (patch)
tree1f0994cd90039ebeff7908e333ff61e1cef740c4 /tests/ooNext2.test
parentd4d8f3201af681bd6869cdd61e6ec956e9990ff2 (diff)
downloadtcl-a2df72aecb12eefacae9be3771ea67651024d645.zip
tcl-a2df72aecb12eefacae9be3771ea67651024d645.tar.gz
tcl-a2df72aecb12eefacae9be3771ea67651024d645.tar.bz2
Bump TclOO version to 1.0.1
Diffstat (limited to 'tests/ooNext2.test')
-rw-r--r--tests/ooNext2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ooNext2.test b/tests/ooNext2.test
index d77e8d1..a47aa91 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
+package require TclOO 1.0.1
package require tcltest 2
if {"::tcltest" in [namespace children]} {
namespace import -force ::tcltest::*