mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 20:30:53 +02:00
* fix compile failures
This commit is contained in:
parent
4f647737ed
commit
86c939c17c
@ -1,4 +1,5 @@
|
||||
{$mode delphi}
|
||||
{$inline on}
|
||||
|
||||
unit ub0489;
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %fail }
|
||||
|
||||
{ Source provided for Free Pascal Bug Report 3716 }
|
||||
{ Submitted by "Marc Weustink" on 2005-03-01 }
|
||||
{ e-mail: marc@freepascal.org }
|
@ -22,7 +22,7 @@ begin
|
||||
end;
|
||||
end
|
||||
else
|
||||
if (s <> '1.0000000000001') then
|
||||
if (s <> '1'+DecimalSeparator+'0000000000001') then
|
||||
begin
|
||||
writeln('error');
|
||||
halt(1);
|
||||
|
@ -4,6 +4,7 @@
|
||||
program AssertFormatBug;
|
||||
{ Illustrates bug with using Format in Assert }
|
||||
|
||||
{$mode objfpc}
|
||||
{$assertions on}
|
||||
|
||||
uses
|
||||
|
Loading…
Reference in New Issue
Block a user