diff options
Diffstat (limited to 'tests/basic.test')
-rw-r--r-- | tests/basic.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.test b/tests/basic.test index e4e31e2..f4c57fe 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -21,7 +21,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 testevalex [llength [info commands testevalex]] testConstraint testcmdtoken [llength [info commands testcmdtoken]] |