mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Modify libio/tst-fopenloc.c to use test-skeleton.c
This test would earlier fail when run under test-skeleton.c due to bug #17522 in 'fputws'. That bug is now fixed and so this test may be modified.
This commit is contained in:
parent
fa13e15b9a
commit
8b460906cd
@ -1,5 +1,7 @@
|
||||
2014-12-16 Arjun Shankar <arjun.is@lostca.se>
|
||||
|
||||
* libio/tst-fopenloc.c: Use test-skeleton.c.
|
||||
|
||||
* stdlib/tst-bsearch.c: Use test-skeleton.c.
|
||||
(entry): Rename to ITEM.
|
||||
(do_test, comp): Adjust.
|
||||
|
@ -29,8 +29,8 @@
|
||||
static const char inputfile[] = "../iconvdata/testdata/ISO-8859-1";
|
||||
|
||||
|
||||
int
|
||||
main (void)
|
||||
static int
|
||||
do_test (void)
|
||||
{
|
||||
FILE *fp;
|
||||
|
||||
@ -59,3 +59,6 @@ main (void)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user