]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index b404aef80d1d40b94346ee5b018a06823838fbde..c2c823821b3a1e8c6ed65aa41a3c473b23ba3957 100644 (file)
@@ -36,7 +36,7 @@ static const char *describe_has_main_header(struct manifest *m,
 
 struct ccanlint has_main_header = {
        .key = "has-main-header",
-       .name = "No main header file",
+       .name = "Module has main header file",
        .check = check_has_main_header,
        .describe = describe_has_main_header,
 };