]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/idempotent.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / idempotent.c
index e39cc2ac2e7ba696f16077c8b2d0724ce1f3e9fd..944fd24820d7160e4756c08ee19ec2db3a977fab 100644 (file)
@@ -194,7 +194,7 @@ static void check_idempotent(struct manifest *m,
 }
 
 struct ccanlint idempotent = {
-       .key = "idempotent",
+       .key = "headers_idempotent",
        .name = "Module headers are #ifndef/#define wrapped",
        .check = check_idempotent,
        .handle = handle_idem,