From c93e8a51cdfa3c29b247db75f214b877455be926 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 7 Mar 2016 19:59:05 +0000 Subject: [PATCH] * fixed test result after r33201 git-svn-id: trunk@33204 - --- tests/webtbs/tw29620.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/webtbs/tw29620.pp b/tests/webtbs/tw29620.pp index 78e81eed28..685193d606 100644 --- a/tests/webtbs/tw29620.pp +++ b/tests/webtbs/tw29620.pp @@ -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