diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-01 15:14:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-01 15:14:15 (GMT) |
commit | 29ac91cbfe043b243eb5e67530bd1ec5b22b4f40 (patch) | |
tree | 7eed94d906a52ca0cf74a1b71d44e8083e870f6d /tests/oo.test | |
parent | 0472b619fbc768a10d329b4a3b23ea32370a8d7e (diff) | |
download | tcl-29ac91cbfe043b243eb5e67530bd1ec5b22b4f40.zip tcl-29ac91cbfe043b243eb5e67530bd1ec5b22b4f40.tar.gz tcl-29ac91cbfe043b243eb5e67530bd1ec5b22b4f40.tar.bz2 |
Test for TclOO 1.1.0. Remove some useless type-casts
Diffstat (limited to 'tests/oo.test')
-rw-r--r-- | tests/oo.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/oo.test b/tests/oo.test index 0f58c5d..abd5d31 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 TclOO 1.0.3 +package require TclOO 1.1.0 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* |