X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-duplocale.c;h=2480926c4a0a6fb4180d2917f2b9aacf075a8753;hb=880d107;hp=65fa45749ead13a220017a254540bf40fb6bbc0d;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/tests/test-duplocale.c b/tests/test-duplocale.c index 65fa45749..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, 2010 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; }