X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass_valgrind.c;h=818143777e2571e934bc59e98d215a1b3bf7bfcf;hb=8af0812be4b3fcb82d82b70ea1b571225a76ca19;hp=64cb29e21c438ef8e1c59fd744188413b395a608;hpb=ad6a6711a1b703793e49206e10d6dcf1722eb424;p=ccan diff --git a/tools/ccanlint/tests/tests_pass_valgrind.c b/tools/ccanlint/tests/tests_pass_valgrind.c index 64cb29e2..81814377 100644 --- a/tools/ccanlint/tests/tests_pass_valgrind.c +++ b/tools/ccanlint/tests/tests_pass_valgrind.c @@ -246,7 +246,7 @@ static void run_under_debugger_vg(struct manifest *m, struct score *score) concat(score, per_file_options(&tests_pass_valgrind, first->file)), - first->file->compiled); + first->file->compiled[COMPILE_NORMAL]); if (system(command)) doesnt_matter(); }