X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;fp=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;h=cd31d2229cca047d41c758c7702d58bf1c7f725c;hp=662a178147276f59f2560f5ef5096dd181580b5f;hb=0c532d80a73cae44360595c762dddefcd7e0a4ec;hpb=ad35219dc2e2855eb79653b824711ea3bff10dfc;ds=sidebyside diff --git a/tools/ccanlint/compulsory_tests/has_tests.c b/tools/ccanlint/compulsory_tests/has_tests.c index 662a1781..cd31d222 100644 --- a/tools/ccanlint/compulsory_tests/has_tests.c +++ b/tools/ccanlint/compulsory_tests/has_tests.c @@ -123,7 +123,7 @@ static void handle_no_tests(struct manifest *m, void *check_result) } struct ccanlint has_tests = { - .name = "No tests", + .name = "Has tests", .check = check_has_tests, .describe = describe_has_tests, .handle = handle_no_tests,