mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
tests: halt with different error codes for different errors
git-svn-id: trunk@15039 -
This commit is contained in:
parent
520c5fe962
commit
57b67087a8
@ -53,9 +53,9 @@ begin
|
||||
tkinterface: if (po^.name<>'iinterface2') and
|
||||
(po^.name<>'iinterface4') and
|
||||
(po^.name<>'iinterface6') then
|
||||
halt(1);
|
||||
halt(2);
|
||||
else
|
||||
halt(1);
|
||||
halt(3);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user