diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-25 21:12:10 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-25 21:12:10 (GMT) |
| commit | 856edbc25be9401b87ea00c346b7bea728e8c0dd (patch) | |
| tree | 40dcf85678db9280685927b6febb45ec72fc0343 | |
| parent | 5f5c1bf7f1f0c4fb33e50301c87ad228cc1cc366 (diff) | |
| download | tcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.zip tcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.tar.gz tcl-856edbc25be9401b87ea00c346b7bea728e8c0dd.tar.bz2 | |
Make testapplylambda work on Windows with gcc too
| -rw-r--r-- | tests/apply.test | 2 |
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 |
