Skip to content

Commit

Permalink
Merge branch 'mr/backport/release-25.1-issue-eng/ide/libadalang-tools…
Browse files Browse the repository at this point in the history
…_217' into '25.1'

[25.1] Backport of eng/ide/libadalang-tools#217

See merge request eng/ide/libadalang-tools!284
  • Loading branch information
leocreuse committed Dec 19, 2024
2 parents 741bf7d + 7318462 commit 6e5860f
Show file tree
Hide file tree
Showing 19 changed files with 552 additions and 386 deletions.
4 changes: 2 additions & 2 deletions src/test-harness.adb
Original file line number Diff line number Diff line change
Expand Up @@ -3060,10 +3060,10 @@ package body Test.Harness is
Current_Infix := new String'(Get_Next_Infix);
if Stub_Exclusion_Lists.Contains (Base_Name (P.UUT_File_Name.all))
then
Test.Skeleton.Source_Table.Enforce_Custom_Project_Extention
Test.Skeleton.Source_Table.Enforce_Custom_Project_Extension
(P.UUT_File_Name.all, P.Path_Extending.all, Current_Infix.all);
else
Test.Skeleton.Source_Table.Enforce_Project_Extention
Test.Skeleton.Source_Table.Enforce_Project_Extension
(P.Name_Of_Extended.all,
P.Path_Extending.all,
Current_Infix.all);
Expand Down
Loading

0 comments on commit 6e5860f

Please sign in to comment.