File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
testsuite/tests/gnatcheck_errors/unparsable_worker_messages Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ package body Gnatcheck.Compiler is
280280
281281 procedure Format_Error is
282282 begin
283- Error (" Unparsable line : " & Msg);
283+ Error (" unparsable worker output : "" " & Msg & " "" " );
284284 Errors := True;
285285 end Format_Error ;
286286
Original file line number Diff line number Diff line change 1- gnatcheck: Unparsable line: This line is not parsable
2- gnatcheck: Unparsable line: Message: should appear
3- gnatcheck: Unparsable line: This line is not parsable either
1+ gnatcheck: unparsable worker output: " This line is not parsable"
2+ gnatcheck: unparsable worker output: " Message: should appear"
3+ gnatcheck: unparsable worker output: " This line is not parsable either"
You can’t perform that action at this time.
0 commit comments