mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 10:39:33 +02:00
textthr test to be more verbose on error conditions
git-svn-id: trunk@36584 -
This commit is contained in:
parent
4962872d70
commit
50332a97bc
@ -58,7 +58,7 @@ begin
|
||||
end;
|
||||
if res<>pointer(11) then
|
||||
begin
|
||||
writeln('error 1');
|
||||
writeln('error 1: ',ptruint(res));
|
||||
halt(1);
|
||||
end;
|
||||
|
||||
@ -69,7 +69,7 @@ begin
|
||||
end;
|
||||
if res<>pointer(12) then
|
||||
begin
|
||||
writeln('error 2');
|
||||
writeln('error 2: ',ptruint(res));
|
||||
halt(2);
|
||||
end;
|
||||
|
||||
@ -80,7 +80,7 @@ begin
|
||||
end;
|
||||
if res<>pointer(13) then
|
||||
begin
|
||||
writeln('error 3');
|
||||
writeln('error 3: ',ptruint(res));
|
||||
halt(3);
|
||||
end;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user