summaryrefslogtreecommitdiffstats
path: root/tests/scan.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-03 13:45:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-03 13:45:49 (GMT)
commitce13b82329a8d21bac1a5858b8a6192f8f3911e2 (patch)
tree8398d326809e8794b7a4616389d9865a6202b13b /tests/scan.test
parent2afacbce95f4ed46702d7f5bee9d5e2db34b5ee7 (diff)
parent2f2b7f6ac7122f3b6be07e793e1658cdb5791aa2 (diff)
downloadtcl-ce13b82329a8d21bac1a5858b8a6192f8f3911e2.zip
tcl-ce13b82329a8d21bac1a5858b8a6192f8f3911e2.tar.gz
tcl-ce13b82329a8d21bac1a5858b8a6192f8f3911e2.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/scan.test')
-rw-r--r--tests/scan.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/scan.test b/tests/scan.test
index f7f7049..689a6ba 100644
--- a/tests/scan.test
+++ b/tests/scan.test
@@ -82,8 +82,7 @@ proc testIEEE {} {
}
testConstraint ieeeFloatingPoint [testIEEE]
-testConstraint wideIs64bit \
- [expr {(wide(0x80000000) > 0) && (wide(0x8000000000000000) < 0)}]
+testConstraint wideIs64bit [expr {wide(0x8000000000000000) < 0}]
test scan-1.1 {BuildCharSet, CharInSet} {
list [scan foo {%[^o]} x] $x