summaryrefslogtreecommitdiffstats
path: root/tests/oo.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)
commit868b8031fd65e9786ac1484f3fe1261c176ad5c0 (patch)
tree1f0994cd90039ebeff7908e333ff61e1cef740c4 /tests/oo.test
parentf02ab40acaca6273b2cd4c732e68f4e2e76e1280 (diff)
downloadtcl-868b8031fd65e9786ac1484f3fe1261c176ad5c0.zip
tcl-868b8031fd65e9786ac1484f3fe1261c176ad5c0.tar.gz
tcl-868b8031fd65e9786ac1484f3fe1261c176ad5c0.tar.bz2
Bump TclOO version to 1.0.1
Diffstat (limited to 'tests/oo.test')
-rw-r--r--tests/oo.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/oo.test b/tests/oo.test
index 054bc46..37bbadb 100644
--- a/tests/oo.test
+++ b/tests/oo.test
@@ -2,12 +2,12 @@
# Sourcing this file into Tcl runs the tests and generates output for errors.
# No output means no errors were found.
#
-# Copyright (c) 2006-2012 Donal K. Fellows
+# Copyright (c) 2006-2013 Donal K. Fellows
#
# 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::*