]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_examples.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / has_examples.c
index 31afaecf3774fd251061489a3be01532d3dcd29a..1e4f65c3396cd825b5a619d2608b6b5bd6ce05d9 100644 (file)
@@ -110,8 +110,8 @@ static void extract_examples(struct manifest *m,
 }
 
 struct ccanlint has_examples = {
-       .key = "has-examples",
-       .name = "_info and header files have examples",
+       .key = "examples_exist",
+       .name = "_info and main header file have Example: sections",
        .check = extract_examples,
 };