From 856edbc25be9401b87ea00c346b7bea728e8c0dd Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Mon, 25 Jul 2022 21:12:10 +0000 Subject: Make testapplylambda work on Windows with gcc too --- tests/apply.test | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12