diff options
Diffstat (limited to 'tests/rename.test')
-rw-r--r-- | tests/rename.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rename.test b/tests/rename.test index 7a2cd94..9b8f9a0 100644 --- a/tests/rename.test +++ b/tests/rename.test @@ -17,7 +17,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 testdel [llength [info commands testdel]] |