X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass.c;fp=tools%2Fccanlint%2Ftests%2Ftests_pass.c;h=6c1172a75bfe1841e58b8b45c632d19b48724313;hb=f31fde45981fb51260a61e04912c0f1162f131ec;hp=f30fed66cb5924dc42427b2fd49cc50aa65cefd0;hpb=3b200f895cb7884c72d9e2409f047284027abc68;p=ccan diff --git a/tools/ccanlint/tests/tests_pass.c b/tools/ccanlint/tests/tests_pass.c index f30fed66..6c1172a7 100644 --- a/tools/ccanlint/tests/tests_pass.c +++ b/tools/ccanlint/tests/tests_pass.c @@ -59,7 +59,7 @@ static void run_under_debugger(struct manifest *m, struct score *score) return; first = list_top(&score->per_file_errors, struct file_error, list); - command = talloc_asprintf(m, "gdb -ex 'break tap.c:136' -ex 'run' %s", + command = talloc_asprintf(m, "gdb -ex 'break tap.c:132' -ex 'run' %s", first->file->compiled); if (system(command)) doesnt_matter();