mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* Fixed typo (bug 27789)
git-svn-id: trunk@30460 -
This commit is contained in:
parent
877a769ac3
commit
b9aa2928df
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user