X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fexamples_compile.c;h=ff9e529b645a8d46b39f4c4a2e2c976221402905;hp=5b0195d6ca2a526dd877f63bd8035a0798b915e6;hb=f9423c171395571f9880286190d9cf63da147668;hpb=1e7c49e054bf3838d0bc4370df98b7439f358b46 diff --git a/tools/ccanlint/tests/examples_compile.c b/tools/ccanlint/tests/examples_compile.c index 5b0195d6..ff9e529b 100644 --- a/tools/ccanlint/tests/examples_compile.c +++ b/tools/ccanlint/tests/examples_compile.c @@ -615,7 +615,7 @@ static void build_examples(struct manifest *m, bool keep, } struct ccanlint examples_compile = { - .key = "examples-compile", + .key = "examples_compile", .name = "Module examples compile", .check = build_examples, .can_run = can_run,