X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Funistr%2Ftest-u16-strchr.c;h=2b0bbcd9bd40155f3c6c21d17867b2b3b0e6497d;hb=4a1579d7560659ef5723325726eda14490a967f6;hp=24cab3a060725b30fa153e46a8bb11c40477df65;hpb=9ce199fbdfdab7ea619959741e0dba0dc5ca9146;p=gnulib.git diff --git a/tests/unistr/test-u16-strchr.c b/tests/unistr/test-u16-strchr.c index 24cab3a06..2b0bbcd9b 100644 --- a/tests/unistr/test-u16-strchr.c +++ b/tests/unistr/test-u16-strchr.c @@ -1,5 +1,5 @@ /* Test of u16_strchr() function. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-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 @@ -32,3 +32,11 @@ #define U_STRCHR u16_strchr #define U_SET u16_set #include "test-strchr.h" + +int +main (void) +{ + test_strchr (); + + return 0; +}