diff options
Diffstat (limited to 'tests/link.test')
-rw-r--r-- | tests/link.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/link.test b/tests/link.test index 01fb0b4..eba359c 100644 --- a/tests/link.test +++ b/tests/link.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 testlink [llength [info commands testlink]] testConstraint testlinkarray [llength [info commands testlinkarray]] |