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/stringObj.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/stringObj.test')
-rw-r--r-- | tests/stringObj.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test index ca6c323..ed43924 100644 --- a/tests/stringObj.test +++ b/tests/stringObj.test @@ -18,7 +18,7 @@ if {"::tcltest" ni [namespace children]} { } ::tcltest::loadTestedCommands -catch [list package require -exact Tcltest [info patchlevel]] +catch [list package require -exact tcl::test [info patchlevel]] testConstraint testobj [llength [info commands testobj]] testConstraint testbytestring [llength [info commands testbytestring]] |