mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
* made test more verbose
git-svn-id: trunk@40283 -
This commit is contained in:
parent
e8ebc00b3b
commit
c45806c84f
@ -29,7 +29,11 @@ var
|
||||
begin
|
||||
hdl := loadlibrary(libname);
|
||||
if (hdl=nilhandle) then
|
||||
halt(1);
|
||||
begin
|
||||
writeln(GetLoadErrorStr);
|
||||
halt(1);
|
||||
end;
|
||||
if not UnloadLibrary(hdl) then
|
||||
halt(2);;
|
||||
halt(2);
|
||||
writeln('ok');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user