Browse Source

Fix for Mantis #29065.

+ add an ObjFPC variant of the test for 29053.

git-svn-id: trunk@32453 -
svenbarth 9 years ago
parent
commit
318b69600c
2 changed files with 13 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 12 0
      tests/webtbs/tw29053b.pp

+ 1 - 0
.gitattributes

@@ -14874,6 +14874,7 @@ tests/webtbs/tw29010c.pp svneol=native#text/plain
 tests/webtbs/tw2904.pp svneol=native#text/plain
 tests/webtbs/tw29040.pp svneol=native#text/plain
 tests/webtbs/tw29053.pp svneol=native#text/pascal
+tests/webtbs/tw29053b.pp svneol=native#text/pascal
 tests/webtbs/tw2908.pp svneol=native#text/plain
 tests/webtbs/tw2911.pp svneol=native#text/plain
 tests/webtbs/tw2912.pp svneol=native#text/plain

+ 12 - 0
tests/webtbs/tw29053b.pp

@@ -0,0 +1,12 @@
+{ %NORUN }
+
+program tw29053b;
+
+{$mode objfpc}
+
+type
+  generic TModelArray<T: TObject> = array of T;
+
+begin
+end.
+