1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00

r22243: remove useless printf's

metze
This commit is contained in:
Stefan Metzmacher 2007-04-16 06:29:45 +00:00 committed by Gerald (Jerry) Carter
parent ec611774da
commit 8267e2964e

View File

@ -423,9 +423,7 @@ static int test_bzero(void)
static int test_strerror(void)
{
printf("test: strerror\n");
/* FIXME */
printf("failure: sterror\n");
return true;
}