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 11--
2- -- Copyright (C) 2005-2024 , AdaCore
2+ -- Copyright (C) 2005-2025 , AdaCore
33-- SPDX-License-Identifier: GPL-3.0-or-later
44--
55
@@ -252,7 +252,7 @@ package body Gnatcheck.Source_Table is
252252 if Is_Regular_File (Fname) then
253253 Warning
254254 (Fname
255- & " is not in the analysed project closure ("
255+ & " is not in the analyzed project closure ("
256256 & String (Arg_Project.Tree.Root_Project.Name)
257257 & " )" );
258258 else
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ gnatcheck: error: no existing file to process
88With a file not in the project closure
99======================================
1010
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)
1212gnatcheck: error: no existing file to process
1313>>>program returned status code 3
You can’t perform that action at this time.
0 commit comments