fix test_implicit_explicit_free
authorStefan Metzmacher <metze@samba.org>
Tue, 14 Jul 2009 10:28:58 +0000 (12:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 14 Jul 2009 10:28:58 +0000 (12:28 +0200)
lib/talloc/testsuite.c

index d999f6e23779fd91452a6d3dbb79ac7438b14f95..20be82487198c1b7fd0218b98a3c1cdefd3bc9dd 100644 (file)
@@ -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;
 }