summaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.c b/test.c
index 8887349..f1ea154 100644
--- a/test.c
+++ b/test.c
@@ -179,7 +179,7 @@ int main(void) {
# if defined(__STDC_UTF_32__)
testmsg("UTF-32 string literals");
{
- u8c_println(stdout,u8c_txt("Can you see this?"));
+ u8c_println(stdout,u8c_txt("Can you see ðis?"));
}
testmsgdone(&errcount0,&errcount1);
# endif