diff options
Diffstat (limited to 'tests/test-wcrtomb.c')
-rw-r--r-- | tests/test-wcrtomb.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test-wcrtomb.c b/tests/test-wcrtomb.c index 3c53fcb..bb76d6f 100644 --- a/tests/test-wcrtomb.c +++ b/tests/test-wcrtomb.c @@ -1,5 +1,5 @@ /* Test of conversion of wide character to multibyte character. - Copyright (C) 2008-2018 Free Software Foundation, Inc. + Copyright (C) 2008-2022 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -156,6 +156,10 @@ main (int argc, char *argv[]) check_character (input + 3, 4); } return 0; + + case '5': + /* C locale; tested above. */ + return 0; } return 1; |