Browse Source

+ test for previous commit

git-svn-id: trunk@9173 -
florian 18 years ago
parent
commit
82d49bdc45
2 changed files with 10 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 9 0
      tests/webtbs/tw9233.pp

+ 1 - 0
.gitattributes

@@ -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 - 0
tests/webtbs/tw9233.pp

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