* fixed test result after r33201

git-svn-id: trunk@33204 -
This commit is contained in:
Jonas Maebe 2016-03-07 19:59:05 +00:00
parent 60632d0f18
commit c93e8a51cd

View File

@ -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