summaryrefslogtreecommitdiffstats
path: root/tests/parse.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-08-11 21:24:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-08-11 21:24:22 (GMT)
commit944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac (patch)
tree27fde8f62082347078d925d76441498acc190a4a /tests/parse.test
parent9dee089fa2567d307056363c20eb69c53b4e1655 (diff)
parent88b202715dfbdfc05b7ce33d7f176595620496be (diff)
downloadtcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.zip
tcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.tar.gz
tcl-944fd5bdcf2e247575a9dd55704b37fbc2a1e9ac.tar.bz2
merge trunk
Diffstat (limited to 'tests/parse.test')
-rw-r--r--tests/parse.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parse.test b/tests/parse.test
index 3523975..0f76d64 100644
--- a/tests/parse.test
+++ b/tests/parse.test
@@ -16,6 +16,9 @@ if {[catch {package require tcltest 2.0.2}]} {
namespace eval ::tcl::test::parse {
namespace import ::tcltest::*
+::tcltest::loadTestedCommands
+catch [list package require -exact Tcltest [info patchlevel]]
+
testConstraint testparser [llength [info commands testparser]]
testConstraint testevalobjv [llength [info commands testevalobjv]]
testConstraint testevalex [llength [info commands testevalex]]