summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-20 12:08:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-20 12:08:58 (GMT)
commitcc2747afa84298fa9e583a491f772524708e24a7 (patch)
tree50f306ecd5b415664ad232dff212ecb73cfa0fb3 /tests/execute.test
parentd103b73dba8c6256ba258c2f9be6245dfd334a99 (diff)
downloadtcl-cc2747afa84298fa9e583a491f772524708e24a7.zip
tcl-cc2747afa84298fa9e583a491f772524708e24a7.tar.gz
tcl-cc2747afa84298fa9e583a491f772524708e24a7.tar.bz2
Add longIs64bit constraint to lseq-4.4 (because this isn't expected to work on 32-bit platforms). Remove some unused constraints.
Diffstat (limited to 'tests/execute.test')
-rw-r--r--tests/execute.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/execute.test b/tests/execute.test
index 6d8ce99..90af21c 100644
--- a/tests/execute.test
+++ b/tests/execute.test
@@ -34,7 +34,6 @@ testConstraint testobj [expr {
&& [llength [info commands teststringobj]]
}]
-testConstraint longIs32bit [expr {$tcl_platform(wordSize) == 4}]
testConstraint testexprlongobj [llength [info commands testexprlongobj]]