mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 18:35:47 +02:00
no message
This commit is contained in:
parent
b3910a75f2
commit
9d5509f3f9
@ -31,10 +31,12 @@ uses SysUtils,erroru;
|
||||
|
||||
procedure Check(a,b:ansistring);
|
||||
begin
|
||||
writeln(a);
|
||||
if a<>b then
|
||||
begin
|
||||
writeln(a,' should be equal to ',b);
|
||||
error;
|
||||
end;
|
||||
end;
|
||||
|
||||
begin
|
||||
check(WideFormat('%x', [$FFFFFFF]),'FFFFFFF');
|
||||
|
Loading…
Reference in New Issue
Block a user