summaryrefslogtreecommitdiffstats
path: root/tests/utf.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-06 16:04:22 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-12-06 16:04:22 (GMT)
commitcf3348e41cba5b0d82271b5cd6f54df9912300a7 (patch)
tree8f73c5ce7594ec77512eafcdd4ed56d37ff22d4b /tests/utf.test
parent07aa7381a974c339325fff3c7ab509c73d1fd2e2 (diff)
downloadtcl-cf3348e41cba5b0d82271b5cd6f54df9912300a7.zip
tcl-cf3348e41cba5b0d82271b5cd6f54df9912300a7.tar.gz
tcl-cf3348e41cba5b0d82271b5cd6f54df9912300a7.tar.bz2
(cherry-pick from core-8-6-8-rc): Duplicate test names
Diffstat (limited to 'tests/utf.test')
-rw-r--r--tests/utf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf.test b/tests/utf.test
index d0fa7be..95775a8 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -124,7 +124,7 @@ test utf-4.10 {Tcl_NumUtfChars: #u0000, calc len, overcomplete} {testnumutfchars
test utf-5.1 {Tcl_UtfFindFirst} {testfindfirst testbytestring} {
testfindfirst [testbytestring "abcbc"] 98
} {bcbc}
-test utf-5.1 {Tcl_UtfFindLast} {testfindlast testbytestring} {
+test utf-5.2 {Tcl_UtfFindLast} {testfindlast testbytestring} {
testfindlast [testbytestring "abcbc"] 98
} {bc}