summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/encoding.test2
-rw-r--r--tests/ioTrans.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 26efb19..bac80c9 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -768,7 +768,7 @@ test encoding-bug-183a1adcc0-4 {Bug [183a1adcc0] Buffer overflow Tcl_UtfToExtern
} -result [list 0 [list nospace {} \x00\x00\xff]]
test encoding-bug-183a1adcc0-5 {Bug [183a1adcc0] Buffer overflow Tcl_UtfToExternal} -constraints {
- testencoding
+ testencoding ucs-2
} -body {
# Note - buffers are initialized to \xff
list [catch {testencoding Tcl_UtfToExternal unicode A {start end} {} 4} result] $result
diff --git a/tests/ioTrans.test b/tests/ioTrans.test
index 130ff80..3a23e61 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
}