mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
2007-09-14 Mike Frysinger <vapier@gentoo.org>
* inet/tst-network.c: Increment ERRORS for failing tests.
This commit is contained in:
parent
de1c3ebb59
commit
def514c207
@ -61,6 +61,7 @@ main (void)
|
||||
|
||||
if (res != tests[i].number)
|
||||
{
|
||||
++errors;
|
||||
printf ("Test failed for inet_network (\"%s\"):\n",
|
||||
tests[i].network);
|
||||
printf ("Expected return value %u (0x%x) but got %u (0x%x).\n",
|
||||
|
Loading…
Reference in New Issue
Block a user