diff options
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 168baee..105c492 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.2.0 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* |