summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2011-01-07 22:21:29 +1030
committerRusty Russell <rusty@rustcorp.com.au>2011-01-07 22:21:29 +1030
commit0f76c8b33771d01df2ce92974b88a69840bed321 (patch)
tree7531ef8c536b3eec8823b4d3c501c5c679514dc0
parent2421664fb0d146fd500a0def4368fee9f8f2fdf9 (diff)
ccanlint: use positive description for test_pass_valgrind_noleaks
A bit more awkward, but more consistent with everything else.
-rw-r--r--tools/ccanlint/tests/tests_pass_valgrind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccanlint/tests/tests_pass_valgrind.c b/tools/ccanlint/tests/tests_pass_valgrind.c
index 30a806eb..6bb27e87 100644
--- a/tools/ccanlint/tests/tests_pass_valgrind.c
+++ b/tools/ccanlint/tests/tests_pass_valgrind.c
@@ -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"
};