File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ begin
36
36
if Support_Files.Gnatcov_Prefix = Support_Files.Not_Found then
37
37
Warning_Or_Error
38
38
(" Could not locate the invoked gnatcov command: "
39
- & (if Command_Name /= " " then Command_Name else " <empty string>" )
40
- & " . If gnatcov is installed on a case sensitive filesystem or"
41
- & " directory, ensure the casing as the executable filename is"
42
- & " used when invoking the program." );
39
+ & (if Command_Name /= " " then Command_Name else " <empty string>" )
40
+ & " . If gnatcov is installed on a case sensitive filesystem or"
41
+ & " directory, ensure the casing as the executable filename is"
42
+ & " used when invoking the program." );
43
43
Set_Exit_Status (Failure);
44
44
raise Xcov_Exit_Exc;
45
45
end if ;
You can’t perform that action at this time.
0 commit comments