diff options
Diffstat (limited to 'tests/parse.test')
-rw-r--r-- | tests/parse.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.test b/tests/parse.test index 0786478..da98017 100644 --- a/tests/parse.test +++ b/tests/parse.test @@ -17,7 +17,7 @@ namespace eval ::tcl::test::parse { namespace import ::tcltest::* ::tcltest::loadTestedCommands -catch [list package require -exact Tcltest [info patchlevel]] +catch [list package require -exact tcl::test [info patchlevel]] testConstraint testparser [llength [info commands testparser]] testConstraint testbytestring [llength [info commands testbytestring]] |