X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-duplocale.c;h=2480926c4a0a6fb4180d2917f2b9aacf075a8753;hb=880d107;hp=e0930d61dbb501b9bd0c205afc8373c293f7492e;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/tests/test-duplocale.c b/tests/test-duplocale.c index e0930d61d..2480926c4 100644 --- a/tests/test-duplocale.c +++ b/tests/test-duplocale.c @@ -1,5 +1,5 @@ /* Test of duplicating a locale object. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009-2010 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 @@ -113,9 +113,12 @@ main () #else +#include + int main () { + fprintf (stderr, "Skipping test: function duplocale not available\n"); return 77; }