X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-duplocale.c;h=5f2841f4db55f4a0ea1100b22e0f03d6df393f22;hb=972228da936bd54d6cf64f8b56c03a13ee4603e6;hp=e0930d61dbb501b9bd0c205afc8373c293f7492e;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=pspp diff --git a/tests/test-duplocale.c b/tests/test-duplocale.c index e0930d61db..5f2841f4db 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-2011 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; }