summaryrefslogtreecommitdiffstats
path: root/tests/oo.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-07-01 14:55:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-07-01 14:55:42 (GMT)
commitd51b6f7045d7043fa3ef9c8de6823a3b524ba50e (patch)
treebc0925d1203595fcc9d07d52f73c6afcd964f6fd /tests/oo.test
parent1d76a99d63fd19b3fb78ce13276f80c70034819b (diff)
downloadtcl-d51b6f7045d7043fa3ef9c8de6823a3b524ba50e.zip
tcl-d51b6f7045d7043fa3ef9c8de6823a3b524ba50e.tar.gz
tcl-d51b6f7045d7043fa3ef9c8de6823a3b524ba50e.tar.bz2
TclOO version -> 1.3.0
Diffstat (limited to 'tests/oo.test')
-rw-r--r--tests/oo.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test
index 168baee..ff67cc1 100644
--- a/tests/oo.test
+++ b/tests/oo.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 tcl::oo 1.0.3
+package require tcl::oo 1.3.0
if {"::tcltest" ni [namespace children]} {
package require tcltest 2.5
namespace import -force ::tcltest::*