+ test for previous commit

git-svn-id: trunk@9173 -
This commit is contained in:
florian 2007-11-10 10:10:55 +00:00
parent 578c18a204
commit 82d49bdc45
2 changed files with 10 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8487,6 +8487,7 @@ tests/webtbs/tw9187.pp svneol=native#text/plain
tests/webtbs/tw9190.pp svneol=native#text/plain
tests/webtbs/tw9209.pp svneol=native#text/plain
tests/webtbs/tw9221.pp svneol=native#text/plain
tests/webtbs/tw9233.pp svneol=native#text/plain
tests/webtbs/tw9261.pp svneol=native#text/x-pascal
tests/webtbs/tw9278.pp svneol=native#text/plain
tests/webtbs/tw9299.pp -text

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

@ -0,0 +1,9 @@
{ %norun }
program ChainBugTest;
var
v: Variant;
begin
v.GetOtherVariant.SomeProc;
end.