]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_tests.c
More test fixes.
[ccan] / tools / ccanlint / compulsory_tests / has_tests.c
index 662a178147276f59f2560f5ef5096dd181580b5f..cd31d2229cca047d41c758c7702d58bf1c7f725c 100644 (file)
@@ -123,7 +123,7 @@ static void handle_no_tests(struct manifest *m, void *check_result)
 }      
 
 struct ccanlint has_tests = {
 }      
 
 struct ccanlint has_tests = {
-       .name = "No tests",
+       .name = "Has tests",
        .check = check_has_tests,
        .describe = describe_has_tests,
        .handle = handle_no_tests,
        .check = check_has_tests,
        .describe = describe_has_tests,
        .handle = handle_no_tests,