From 470946f7b90c5a85a2cedc5d4e8f5d2ca6be7026 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 6 Sep 2023 18:29:51 +0000 Subject: Be sure to define the "deprecated" constraint in order to use it. --- tests/get.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/get.test b/tests/get.test index 90d9035..04f6ade 100644 --- a/tests/get.test +++ b/tests/get.test @@ -18,6 +18,8 @@ if {"::tcltest" ni [namespace children]} { ::tcltest::loadTestedCommands catch [list package require -exact tcl::test [info patchlevel]] +source [file join [file dirname [info script]] tcltests.tcl] + testConstraint testgetint [llength [info commands testgetint]] testConstraint testdoubleobj [llength [info commands testdoubleobj]] testConstraint longIs64bit [expr {$tcl_platform(wordSize) == 8}] -- cgit v0.12