]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_tests.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / has_tests.c
index 930b412970353a05042623f65c91e263e37b003c..0fa11aaa7505eb12d8cb4d93a2c8c83f09c27272 100644 (file)
@@ -125,7 +125,7 @@ static void handle_no_tests(struct manifest *m, void *check_result)
 
 struct ccanlint has_tests = {
        .key = "has-tests",
-       .name = "Has tests",
+       .name = "Module has tests",
        .check = check_has_tests,
        .describe = describe_has_tests,
        .handle = handle_no_tests,