Explorar o código

* fixed for comp = int64

Jonas Maebe %!s(int64=22) %!d(string=hai) anos
pai
achega
b95efa49e7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      tests/test/tstring6.pp

+ 4 - 0
tests/test/tstring6.pp

@@ -435,7 +435,11 @@ begin
   str(E,S);
   Writeln (S);
   Write ('str(Co,S)= ');
+{$ifdef cpui386}
   Co:=4.0;
+{$else cpui386}
+  Co := 4;
+{$endif cpui386}
   str(Co,S);
   Writeln (S);
   Write ('str(Si,S)= ');