Skip to content

Commit

Permalink
Merge branch 'topic/1215' into 'master'
Browse files Browse the repository at this point in the history
nameres: fix the XFAIL predicate

Closes #1215

See merge request eng/libadalang/libadalang!1501
  • Loading branch information
thvnx committed Jan 8, 2024
2 parents 4fea277 + 6ed7d93 commit 551944e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/ada/nameres.adb
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,9 @@ procedure Nameres is
Put_Line ("XFAIL: " & Image (Arg.P_Denoted_Value, False));
Put_Line ("");
end;
return True;
end if;
return True;
return False;
end if;
return False;
end XFAIL;
Expand Down

0 comments on commit 551944e

Please sign in to comment.