]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/examples_run.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / tests / examples_run.c
index 103e1798f03b0c5eea721917322ccdd8cd18f14a..7fe41654b443cdf28da5c7f6e910efc9d33e1d2e 100644 (file)
@@ -272,7 +272,7 @@ static void run_examples(struct manifest *m, bool keep,
 }
 
 struct ccanlint examples_run = {
-       .key = "examples-run",
+       .key = "examples_run",
        .name = "Module examples with expected output give that output",
        .check = run_examples,
        .can_run = can_run,