Skip to content

Commit

Permalink
nameres: fix the XFAIL predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed Jan 8, 2024
1 parent 4fea277 commit 6ed7d93
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 6ed7d93

Please sign in to comment.