X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funigbrk%2Ftest-u16-grapheme-breaks.c;h=0d849f93266a800de54dff839361fabc9fe8e03a;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=165ea4e2af2edc7c7ce2e3e5200b0c2efabf452b;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/tests/unigbrk/test-u16-grapheme-breaks.c b/tests/unigbrk/test-u16-grapheme-breaks.c index 165ea4e2a..0d849f932 100644 --- a/tests/unigbrk/test-u16-grapheme-breaks.c +++ b/tests/unigbrk/test-u16-grapheme-breaks.c @@ -1,5 +1,5 @@ /* Grapheme cluster breaks test. - Copyright (C) 2010-2011 Free Software Foundation, Inc. + Copyright (C) 2010-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -81,8 +81,6 @@ test_u16_grapheme_breaks (const char *expected, ...) int main (void) { - static const char s[] = "abc"; - /* Standalone 1-unit graphemes. */ test_u16_grapheme_breaks ("#", 'a', -1); test_u16_grapheme_breaks ("##", 'a', 'b', -1);