浏览代码

Merged revisions 10338 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r10338 | jonas | 2008-02-16 12:58:15 +0100 (Sat, 16 Feb 2008) | 2 lines

* fixed test for non-mswindows platforms

........

git-svn-id: branches/fixes_2_2@10530 -

Jonas Maebe 17 年之前
父节点
当前提交
30d1b33baa
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/webtbs/tw10825.pp

+ 2 - 0
tests/webtbs/tw10825.pp

@@ -10,7 +10,9 @@ uses
 var
  wstr1: widestring;
 begin
+{$ifdef mswindows}
  winwidestringalloc:= false;
+{$endif}
  //crash exist with winwidestringalloc also but with bigger application only
  wstr1:= '123';
  wstr1:= 'ABC'+wstr1+'abc';