summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/format.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format.test b/tests/format.test
index 58fdc82..4accb33 100644
--- a/tests/format.test
+++ b/tests/format.test
@@ -402,7 +402,7 @@ test format-8.26 {Undocumented formats} -body {
test format-8.27 {Undocumented formats} -constraints pointerIs64bit -body {
format "%p %#llx" [expr {2**33}] [expr {2**33}]
} -result {0x200000000 0x200000000}
-test format-8.28 {Internal use of TCL_COMBINE flag should not be visiable at script level} {
+test format-8.28 {Internal use of TCL_COMBINE flag should not be visible at script level} {
format %c 0x10000041
} \uFFFD