summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-07-25 21:12:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-07-25 21:12:10 (GMT)
commit856edbc25be9401b87ea00c346b7bea728e8c0dd (patch)
tree40dcf85678db9280685927b6febb45ec72fc0343
parent5f5c1bf7f1f0c4fb33e50301c87ad228cc1cc366 (diff)
downloadtcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.zip
tcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.tar.gz
tcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.tar.bz2
Make testapplylambda work on Windows with gcc too
-rw-r--r--tests/apply.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/apply.test b/tests/apply.test
index 32dff08..a5f1f8f 100644
--- a/tests/apply.test
+++ b/tests/apply.test
@@ -16,6 +16,8 @@ if {"::tcltest" ni [namespace children]} {
package require tcltest 2.5
namespace import -force ::tcltest::*
}
+::tcltest::loadTestedCommands
+catch [list package require -exact tcl::test [info patchlevel]]
if {[info commands ::apply] eq {}} {
return