summaryrefslogtreecommitdiffstats
path: root/tests/utfext.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utfext.test')
-rw-r--r--tests/utfext.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utfext.test b/tests/utfext.test
index 4ceb72f..175e3fa 100644
--- a/tests/utfext.test
+++ b/tests/utfext.test
@@ -85,7 +85,7 @@ foreach {enc utfhex hex} $utfExtMap {
# Test for insufficient space
test xx-bufferoverflow {buffer overflow Tcl_ExternalToUtf} -body {
- testencoding Tcl_UtfToExternal unicode A {start end} {} 1
+ testencoding Tcl_UtfToExternal utf-16 A {start end} {} 1
} -result [list nospace {} \xFF]
::tcltest::cleanupTests