]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: use positive description for test_pass_valgrind_noleaks
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 7 Jan 2011 11:51:29 +0000 (22:21 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 7 Jan 2011 11:51:29 +0000 (22:21 +1030)
A bit more awkward, but more consistent with everything else.

tools/ccanlint/tests/tests_pass_valgrind.c

index 30a806eb934bd5cf9799a8b74ab5e88c348d1187..6bb27e875a8976133e988792ef361e76bf090e28 100644 (file)
@@ -193,7 +193,7 @@ REGISTER_TEST(tests_pass_valgrind);
 
 struct ccanlint tests_pass_valgrind_noleaks = {
        .key = "tests_pass_valgrind_noleaks",
-       .name = "Module's run and api tests leak memory",
+       .name = "Module's run and api tests have no memory leaks",
        .check = do_leakcheck_vg,
        .needs = "tests_pass_valgrind"
 };