diff options
Diffstat (limited to 'tests/expr-old.test')
-rw-r--r-- | tests/expr-old.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/expr-old.test b/tests/expr-old.test index 2b90a92..06a00ba 100644 --- a/tests/expr-old.test +++ b/tests/expr-old.test @@ -16,6 +16,9 @@ package require tcltest 2.1 namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testexprlong [llength [info commands testexprlong]] testConstraint testexprdouble [llength [info commands testexprdouble]] testConstraint testexprstring [llength [info commands testexprstring]] |