tests: halt with different error codes for different errors

git-svn-id: trunk@15039 -
This commit is contained in:
paul 2010-03-24 10:36:59 +00:00
parent 520c5fe962
commit 57b67087a8

View File

@ -53,9 +53,9 @@ begin
tkinterface: if (po^.name<>'iinterface2') and tkinterface: if (po^.name<>'iinterface2') and
(po^.name<>'iinterface4') and (po^.name<>'iinterface4') and
(po^.name<>'iinterface6') then (po^.name<>'iinterface6') then
halt(1); halt(2);
else else
halt(1); halt(3);
end; end;
end; end;