mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* fixed test
This commit is contained in:
parent
43c5b3fd29
commit
de424adb0d
@ -22,7 +22,7 @@ begin
|
||||
writeln(s1,' ',s2,' ',s3);
|
||||
if (s1<>' 1.000000000000000E+000') or
|
||||
(s2<>' 1.000000000000000E-001') or
|
||||
(s3<>'-9.000000000000000E-001') then
|
||||
(s3<>' 9.000000000000000E-001') then
|
||||
halt(1);
|
||||
end;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user