+ exception testing

This commit is contained in:
carl 2003-02-02 13:46:06 +00:00
parent 91a55f259f
commit 30e5f6934e

23
tests/tbs/tb0449.pp Normal file
View File

@ -0,0 +1,23 @@
{ %NORUN }
{$ifdef fpc}
{$mode objfpc}
{$endif}
uses sysutils;
type
EWbcError = class of Exception;
Begin
raise EwbcError.create('Hello');
end.
{
$Log$
Revision 1.1 2003-02-02 13:46:06 carl
+ exception testing
}