mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* Remove redundant if
git-svn-id: trunk@25378 -
This commit is contained in:
parent
c42890ed75
commit
901f5742b8
@ -588,7 +588,6 @@ class procedure TAssert.AssertEquals(const AMessage: string; Expected, Actual: T
|
||||
end;
|
||||
|
||||
begin
|
||||
If (Expected<>Nil) then
|
||||
AssertTrue(AMessage + ComparisonMsg(GetN(Expected), GetN(Actual)), Expected = Actual);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user