mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:54:44 +01:00
* test exitcode 217
This commit is contained in:
parent
4970875d90
commit
f51646dfd5
@ -1,23 +1,23 @@
|
||||
{ %NORUN }
|
||||
|
||||
{ %RESULT=217 }
|
||||
|
||||
{$ifdef fpc}
|
||||
{$mode objfpc}
|
||||
{$endif}
|
||||
uses sysutils;
|
||||
uses SysUtils;
|
||||
|
||||
type
|
||||
|
||||
EWbcError = class of Exception;
|
||||
|
||||
|
||||
Begin
|
||||
raise EwbcError.create('Hello');
|
||||
end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 2003-02-02 13:46:06 carl
|
||||
Revision 1.2 2003-10-31 16:15:26 peter
|
||||
* test exitcode 217
|
||||
|
||||
Revision 1.1 2003/02/02 13:46:06 carl
|
||||
+ exception testing
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user