* Fixed typo (bug 27789)

git-svn-id: trunk@30460 -
This commit is contained in:
michael 2015-04-06 07:07:35 +00:00
parent 877a769ac3
commit b9aa2928df

View File

@ -881,7 +881,7 @@ end;
class procedure TAssert.AssertException(AExceptionClass: ExceptClass;
AMethod: TRunMethod;AExceptionMessage : String = ''; AExceptionContext : Integer = 0);
begin
AssertException('', AExceptionClass, AMethod,'',0,CallerAddr);
AssertException('', AExceptionClass, AMethod, AExceptionMessage, 0, CallerAddr);
end;