+ test for #24410 so it does not popup again

git-svn-id: trunk@26811 -
This commit is contained in:
florian 2014-02-18 19:30:42 +00:00
parent 489b23cecd
commit caba4a2050
2 changed files with 10 additions and 0 deletions

1
.gitattributes vendored
View File

@ -13762,6 +13762,7 @@ tests/webtbs/tw2425.pp svneol=native#text/plain
tests/webtbs/tw2432.pp svneol=native#text/plain
tests/webtbs/tw2435.pp svneol=native#text/plain
tests/webtbs/tw2438.pp svneol=native#text/plain
tests/webtbs/tw24410.pp svneol=native#text/pascal
tests/webtbs/tw2442.pp svneol=native#text/plain
tests/webtbs/tw24453.pp svneol=native#text/pascal
tests/webtbs/tw24458.pp svneol=native#text/pascal

9
tests/webtbs/tw24410.pp Normal file
View File

@ -0,0 +1,9 @@
{$mode objfpc}
procedure xx(var s:shortstring);
var dirbuf:array[0..1321] of widechar;
begin
s:=dirbuf;
end;
begin
end.