From: Stefan Metzmacher Date: Tue, 14 Jul 2009 10:28:58 +0000 (+0200) Subject: fix test_implicit_explicit_free X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=97cd672aeeea11ace9f150a1808467bda1b97dcb fix test_implicit_explicit_free --- diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c index d999f6e23779..20be82487198 100644 --- a/lib/talloc/testsuite.c +++ b/lib/talloc/testsuite.c @@ -899,7 +899,7 @@ static bool test_implicit_explicit_free(void) talloc_free(root); - printf("success: ref1\n"); + printf("success: test_implicit_explicit_free\n"); return true; }