projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2421664
)
ccanlint: use positive description for test_pass_valgrind_noleaks
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 7 Jan 2011 11:51:29 +0000
(22:21 +1030)
committer
Rusty 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
patch
|
blob
|
history
diff --git
a/tools/ccanlint/tests/tests_pass_valgrind.c
b/tools/ccanlint/tests/tests_pass_valgrind.c
index 30a806eb934bd5cf9799a8b74ab5e88c348d1187..6bb27e875a8976133e988792ef361e76bf090e28 100644
(file)
--- 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"
};