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 /tests/ioTrans.test | |
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 'tests/ioTrans.test')
-rw-r--r-- | tests/ioTrans.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioTrans.test b/tests/ioTrans.test index f481a17..9639576 100644 --- a/tests/ioTrans.test +++ b/tests/ioTrans.test @@ -671,7 +671,7 @@ namespace eval inputfilter { proc initialize {chan mode} { return {initialize finalize read} } - + proc read {chan buffer} { return $buffer } |