* fixed typo

This commit is contained in:
carl 2002-04-13 21:01:55 +00:00
parent 1e0f12816d
commit c9c8d73769

View File

@ -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