]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_info.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / compulsory_tests / has_info.c
index ce131f85686ec88111c1b0ea709a04c77fbbcc50..5b71efa4fc9fd9c1304098a5e134d51a3c513e29 100644 (file)
@@ -75,7 +75,7 @@ static void create_info_template(struct manifest *m, struct score *score)
 }
 
 struct ccanlint has_info = {
-       .key = "info",
+       .key = "info_exists",
        .name = "Module has _info file",
        .check = check_has_info,
        .handle = create_info_template,