diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 16:45:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-04 16:45:51 (GMT) |
commit | ff741e8b29f173130bc6e8919eafa763738bffd0 (patch) | |
tree | 091486071eb08cbd4e32fdeffc90313db7f1aa31 /tests/compExpr-old.test | |
parent | 1674055d7a5077032b0ae8c68af6e7593420cdfd (diff) | |
parent | 0aaf6122a593480ef13b8a66624a7565c087eb21 (diff) | |
download | tcl-ff741e8b29f173130bc6e8919eafa763738bffd0.zip tcl-ff741e8b29f173130bc6e8919eafa763738bffd0.tar.gz tcl-ff741e8b29f173130bc6e8919eafa763738bffd0.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/compExpr-old.test')
-rw-r--r-- | tests/compExpr-old.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compExpr-old.test b/tests/compExpr-old.test index 80c16ab..e1f1e5b 100644 --- a/tests/compExpr-old.test +++ b/tests/compExpr-old.test @@ -13,10 +13,11 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. if {"::tcltest" ni [namespace children]} { - package require tcltest 2 + package require tcltest 2.5 namespace import -force ::tcltest::* } + ::tcltest::loadTestedCommands # Big test for correct ordering of data in [expr] |