diff options
Diffstat (limited to 'tests/get.test')
-rw-r--r-- | tests/get.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get.test b/tests/get.test index 58264ba..e2d7873 100644 --- a/tests/get.test +++ b/tests/get.test @@ -16,7 +16,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 testgetint [llength [info commands testgetint]] testConstraint testdoubleobj [llength [info commands testdoubleobj]] |