Explorar o código

* fixed cardinal-longint error

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
6c0f8c98f4
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/webtbs/tw2729.pp

+ 2 - 2
tests/webtbs/tw2729.pp

@@ -13,7 +13,7 @@ type
 
 procedure tbla.doset;
   begin
-     l:=$deadbeaf;
+     l:=$12345678;
   end;
 
 function tbla.get : longint;
@@ -33,7 +33,7 @@ var
 begin
   bla:=tbla.bla;
   bla.doset;
-  if bla.get<>$deadbeaf then
+  if bla.get<>$12345678 then
     begin
       writeln('Problem');
       halt(1);