diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-11 21:24:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-11 21:24:22 (GMT) |
commit | 944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac (patch) | |
tree | 27fde8f62082347078d925d76441498acc190a4a /tests/parseOld.test | |
parent | 9dee089fa2567d307056363c20eb69c53b4e1655 (diff) | |
parent | 88b202715dfbdfc05b7ce33d7f176595620496be (diff) | |
download | tcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.zip tcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.tar.gz tcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.tar.bz2 |
merge trunk
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 132481c..0edcbf0 100644 --- a/tests/parseOld.test +++ b/tests/parseOld.test @@ -18,6 +18,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testwordend [llength [info commands testwordend]] # Save the argv value for restoration later |