summaryrefslogtreecommitdiffstats
path: root/tests/utfext.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utfext.test')
-rw-r--r--tests/utfext.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utfext.test b/tests/utfext.test
index 4b15a8d..01f5184 100644
--- a/tests/utfext.test
+++ b/tests/utfext.test
@@ -248,8 +248,8 @@ namespace eval utftest {
testfragment fromutf $enc $comment $utfhex $hex $internalfragindex
# Char limits - note no fromutf as Tcl_UtfToExternal does not support it
- if {![string match utf-16* $enc] && $enc ne "cesu-8"} {
- # TODO - utf16 hangs
+ if {$enc ne "cesu-8"} {
+ # TODO - cesu-8
testcharlimit toutf $enc $comment $hex $utfhex
}
}