mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +02:00
* fixed typo
This commit is contained in:
parent
1e0f12816d
commit
c9c8d73769
@ -15,7 +15,7 @@ TYPE
|
|||||||
|
|
||||||
procedure fail;
|
procedure fail;
|
||||||
begin
|
begin
|
||||||
WriteLn('Failure.');
|
WriteLn('Failed!');
|
||||||
halt(1);
|
halt(1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -569,7 +569,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2002-03-05 21:54:52 carl
|
Revision 1.4 2002-04-13 21:01:55 carl
|
||||||
|
* fixed typo
|
||||||
|
|
||||||
|
Revision 1.3 2002/03/05 21:54:52 carl
|
||||||
* Adapted for automated testing
|
* Adapted for automated testing
|
||||||
|
|
||||||
Revision 1.2 2001/07/27 02:55:35 carl
|
Revision 1.2 2001/07/27 02:55:35 carl
|
||||||
|
Loading…
Reference in New Issue
Block a user