X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fexamples_compile.c;h=80c5ba631375e58bd24d78463b6aa65139434679;hp=88530e2b270bb00821454103bbc0dec8c7839985;hb=dfecdec7d1d1fb99cb73182a7d8da0e23074a4b2;hpb=776d740086ef279f35fb58a4b77b229f6dc1e332 diff --git a/tools/ccanlint/tests/examples_compile.c b/tools/ccanlint/tests/examples_compile.c index 88530e2b..80c5ba63 100644 --- a/tools/ccanlint/tests/examples_compile.c +++ b/tools/ccanlint/tests/examples_compile.c @@ -473,7 +473,7 @@ static void *build_examples(struct manifest *m, bool keep, char **new = combine(i, get_ccan_file_lines(i), prev); mangle2 = mangle_example(m, i, new, keep); - ret2 = compile(i, m, mangle1, keep); + ret2 = compile(i, m, mangle2, keep); if (!ret2) { prev = new; score->score++; @@ -498,9 +498,9 @@ static void *build_examples(struct manifest *m, bool keep, if (mangle2) { score->errors = talloc_asprintf_append(score->errors, - "%s\n" "%s: tried combining with" " previous example:\n" + "%s\n" "Errors: %s\n\n", i->name, get_ccan_file_contents(mangle2),