summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-25 10:57:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-25 10:57:21 (GMT)
commit614d534834b68a5de44f51c8c37023f815243f55 (patch)
tree4dfbe9371d0061587d4560b24a3f1f807ee197b8 /tests
parent073fb53334ed464e6a989bbfaf2c7bf69e38fdb3 (diff)
downloadtcl-614d534834b68a5de44f51c8c37023f815243f55.zip
tcl-614d534834b68a5de44f51c8c37023f815243f55.tar.gz
tcl-614d534834b68a5de44f51c8c37023f815243f55.tar.bz2
Renumber two testcases (align with Tcl 8.7), and align Cywin-specific error-message)
Diffstat (limited to 'tests')
-rw-r--r--tests/string.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/string.test b/tests/string.test
index ad6b126..f2b8bcc 100644
--- a/tests/string.test
+++ b/tests/string.test
@@ -795,10 +795,10 @@ test string-6.130.1.$noComp {string is entier, false on bad octal} {
test string-6.131.$noComp {string is entier, false on bad hex} {
list [run {string is entier -fail var 0X12345611234123456123456562345612345612345612345612345612345612345612345612345612345345XYZ}] $var
} {0 88}
-test string-6.132.$noComp {string is integer, bug [76ad7aeba3]} {
+test string-6.139.$noComp {string is integer, bug [76ad7aeba3]} {
run {string is integer 18446744073709551615}
} 0
-test string-6.133.$noComp {string is integer, bug [76ad7aeba3]} {
+test string-6.140.$noComp {string is integer, bug [76ad7aeba3]} {
run {string is integer -18446744073709551615}
} 0