From 2da45449d7d65cdfffd9e4a055f8f651e17cda66 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 20 Jul 2022 08:32:16 +0000 Subject: Missing "package require tcl::test", this causes test failures on Windows with gcc --- tests/listRep.test | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/listRep.test b/tests/listRep.test index bf5b343..5686597 100644 --- a/tests/listRep.test +++ b/tests/listRep.test @@ -27,6 +27,7 @@ if {"::tcltest" ni [namespace children]} { } ::tcltest::loadTestedCommands +catch [list package require -exact tcl::test [info patchlevel]] testConstraint testlistrep [llength [info commands testlistrep]] interp alias {} describe {} testlistrep describe -- cgit v0.12