summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-28 14:40:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-28 14:40:27 (GMT)
commit0c80a3cac0062e82e9cce20f2bc05c3fc8a4e367 (patch)
treeaf4628feb914c7575b48be85a350ee8518c48ce1 /tests
parent597175cc576c0f45481165454ee08a10b1940ce5 (diff)
parent75738205252e3a1805dea171f451ee60691a8b65 (diff)
downloadtcl-0c80a3cac0062e82e9cce20f2bc05c3fc8a4e367.zip
tcl-0c80a3cac0062e82e9cce20f2bc05c3fc8a4e367.tar.gz
tcl-0c80a3cac0062e82e9cce20f2bc05c3fc8a4e367.tar.bz2
Merge 8.7
Diffstat (limited to 'tests')
-rw-r--r--tests/encoding.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index ecc439d..f7862bc 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -779,7 +779,7 @@ test encoding-28.0 {all encodings load} -body {
llength $name
}
return $count
-} -result [expr {[info exists ::tcl_precision] ? 88 : 87}]
+} -result [expr {[info exists ::tcl_precision] ? 89 : 88}]
runtests