diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-06 09:59:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-11-06 09:59:46 (GMT) |
commit | feb336f6b3663f107c978288f063f1e7cf9b2458 (patch) | |
tree | 76fdf59be566e5fdbf2280ee8f5e40f43078af70 /tests/ooNext2.test | |
parent | 3b0ee42270085b039b75e2e27a3a145399a1bfac (diff) | |
parent | efe33a9fd944a5b41f05a2b571d462b536ad2e57 (diff) | |
download | tcl-feb336f6b3663f107c978288f063f1e7cf9b2458.zip tcl-feb336f6b3663f107c978288f063f1e7cf9b2458.tar.gz tcl-feb336f6b3663f107c978288f063f1e7cf9b2458.tar.bz2 |
Lesser TIP #590 implementation: Only package renaming, no code changes
Diffstat (limited to 'tests/ooNext2.test')
-rw-r--r-- | tests/ooNext2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ooNext2.test b/tests/ooNext2.test index 0ec7cdd..6c12962 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.3 +package require tcl::oo 1.0.3 if {"::tcltest" ni [namespace children]} { package require tcltest 2.5 namespace import -force ::tcltest::* |