summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-09-06 18:29:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-09-06 18:29:51 (GMT)
commit470946f7b90c5a85a2cedc5d4e8f5d2ca6be7026 (patch)
tree25c6616923e072765f46127f97403f6b07c6365a
parentc9fbc215c42a8cdf8d139433f71b3e3b51b86748 (diff)
downloadtcl-470946f7b90c5a85a2cedc5d4e8f5d2ca6be7026.zip
tcl-470946f7b90c5a85a2cedc5d4e8f5d2ca6be7026.tar.gz
tcl-470946f7b90c5a85a2cedc5d4e8f5d2ca6be7026.tar.bz2
Be sure to define the "deprecated" constraint in order to use it.
-rw-r--r--tests/get.test2
1 files changed, 2 insertions, 0 deletions
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}]