summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-14 10:30:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-14 10:30:59 (GMT)
commitb05b4cf94847c0a1efaf867e3048437e2261e030 (patch)
treee34532e0d69204a14df75acc09ff7ca9f1ecc38d /generic
parent953a44bc6e6686057459b4449087caf571070013 (diff)
parent18a99f2522b77516b62a0d44dca1c90b3479bda1 (diff)
downloadtcl-b05b4cf94847c0a1efaf867e3048437e2261e030.zip
tcl-b05b4cf94847c0a1efaf867e3048437e2261e030.tar.gz
tcl-b05b4cf94847c0a1efaf867e3048437e2261e030.tar.bz2
Since "unicode" is deprecated, use "utf-16" in testcases. Otherwise -DTCL_NO_DEPRECATED build fails.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c
index 45a29eb..668a05a 100644
--- a/generic/tclTest.c
+++ b/generic/tclTest.c
@@ -2186,7 +2186,7 @@ static int UtfExtWrapper(
} else if (result != TCL_ERROR) {
Tcl_Obj *resultObjs[3];
-
+
switch (result) {
case TCL_OK:
resultObjs[0] = Tcl_NewStringObj("ok", -1);