diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-20 12:08:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-20 12:08:58 (GMT) |
commit | cc2747afa84298fa9e583a491f772524708e24a7 (patch) | |
tree | 50f306ecd5b415664ad232dff212ecb73cfa0fb3 /tests/expr-old.test | |
parent | d103b73dba8c6256ba258c2f9be6245dfd334a99 (diff) | |
download | tcl-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/expr-old.test')
-rw-r--r-- | tests/expr-old.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/expr-old.test b/tests/expr-old.test index 7344e08..7274851 100644 --- a/tests/expr-old.test +++ b/tests/expr-old.test @@ -25,7 +25,6 @@ testConstraint testexprlong [llength [info commands testexprlong]] testConstraint testexprdouble [llength [info commands testexprdouble]] testConstraint testexprstring [llength [info commands testexprstring]] testConstraint longIs32bit [expr {$tcl_platform(wordSize) == 4}] -testConstraint longIs64bit [expr {$tcl_platform(wordSize) == 8}] # Big test for correct ordering of data in [expr] |