浏览代码

* set DecimalSeparator explicitly so that Format output can be tested easily regardless of current locale

git-svn-id: trunk@29701 -
Tomas Hajny 10 年之前
父节点
当前提交
41312d44b4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/webtbs/tw21449.pp

+ 1 - 0
tests/webtbs/tw21449.pp

@@ -49,6 +49,7 @@ begin
 end;
 
 begin
+  DecimalSeparator := '.';
   test;
   writeln('ok');
 end.