diff options
Diffstat (limited to 'tests/parseOld.test')
-rw-r--r-- | tests/parseOld.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parseOld.test b/tests/parseOld.test index c8f82cf..f3b1591 100644 --- a/tests/parseOld.test +++ b/tests/parseOld.test @@ -16,6 +16,9 @@ package require tcltest namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testwordend [llength [info commands testwordend]] # Save the argv value for restoration later |