diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-14 10:30:59 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-14 10:30:59 (GMT) |
| commit | b05b4cf94847c0a1efaf867e3048437e2261e030 (patch) | |
| tree | e34532e0d69204a14df75acc09ff7ca9f1ecc38d /generic/tclTest.c | |
| parent | 953a44bc6e6686057459b4449087caf571070013 (diff) | |
| parent | 18a99f2522b77516b62a0d44dca1c90b3479bda1 (diff) | |
| download | tcl-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/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 2 |
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); |
