Skip to content

Commit

Permalink
Merge branch 'topic/libadalang-internal-testsuite/13' into 'master'
Browse files Browse the repository at this point in the history
gnat_compare: fix short flag for --skip-gprclean option

See merge request eng/libadalang/libadalang!1606
  • Loading branch information
thvnx committed Apr 3, 2024
2 parents cae90aa + 6447a67 commit d733b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/ada/gnat_compare/gnat_compare.adb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ procedure GNAT_Compare is
"Skip the build of the project to process");

package Skip_GPRclean is new Parse_Flag
(App.Args.Parser, "-C", "--skip-gprclean",
(App.Args.Parser, "-sc", "--skip-gprclean",
"Skip the run of gprclean at the end of gnat_compare execution");
end Args;

Expand Down

0 comments on commit d733b00

Please sign in to comment.