瀏覽代碼

* fixed for comp = int64

Jonas Maebe 22 年之前
父節點
當前提交
b95efa49e7
共有 1 個文件被更改,包括 4 次插入0 次删除
  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)= ');