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