File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
testsuite/tests/gnatcheck_errors/missing_source Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
--
2
- -- Copyright (C) 2005-2024 , AdaCore
2
+ -- Copyright (C) 2005-2025 , AdaCore
3
3
-- SPDX-License-Identifier: GPL-3.0-or-later
4
4
--
5
5
@@ -252,7 +252,7 @@ package body Gnatcheck.Source_Table is
252
252
if Is_Regular_File (Fname) then
253
253
Warning
254
254
(Fname
255
- & " is not in the analysed project closure ("
255
+ & " is not in the analyzed project closure ("
256
256
& String (Arg_Project.Tree.Root_Project.Name)
257
257
& " )" );
258
258
else
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ gnatcheck: error: no existing file to process
8
8
With a file not in the project closure
9
9
======================================
10
10
11
- gnatcheck: warning: src/proc2.adb is not in the analysed project closure (Default)
11
+ gnatcheck: warning: src/proc2.adb is not in the analyzed project closure (Default)
12
12
gnatcheck: error: no existing file to process
13
13
>>>program returned status code 3
You can’t perform that action at this time.
0 commit comments