]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_pass_valgrind.c
ccanlint: use positive description for test_pass_valgrind_noleaks
[ccan] / 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"
 };