mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:08:01 +02:00
* fixed test result after r33201
git-svn-id: trunk@33204 -
This commit is contained in:
parent
60632d0f18
commit
c93e8a51cd
@ -3,7 +3,7 @@ var x:uint64;
|
||||
begin
|
||||
y:=12;
|
||||
x:=y*uint64(10116239910488455739);
|
||||
if x<>8365656051540097625 then
|
||||
if x<>10714414483604159172 then
|
||||
halt(1);
|
||||
x:=y*uint64($8000000000000000);
|
||||
if x<>(uint64(12) shl 63) then
|
||||
|
Loading…
Reference in New Issue
Block a user