From 318b69600c873b0d006398bec39a3d4814c65c68 Mon Sep 17 00:00:00 2001 From: svenbarth Date: Sun, 22 Nov 2015 10:44:03 +0000 Subject: [PATCH] Fix for Mantis #29065. + add an ObjFPC variant of the test for 29053. git-svn-id: trunk@32453 - --- .gitattributes | 1 + tests/webtbs/tw29053b.pp | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 tests/webtbs/tw29053b.pp diff --git a/.gitattributes b/.gitattributes index 1803e253ce..9c66f97ebc 100644 --- a/.gitattributes +++ b/.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 diff --git a/tests/webtbs/tw29053b.pp b/tests/webtbs/tw29053b.pp new file mode 100644 index 0000000000..4b828d93f6 --- /dev/null +++ b/tests/webtbs/tw29053b.pp @@ -0,0 +1,12 @@ +{ %NORUN } + +program tw29053b; + +{$mode objfpc} + +type + generic TModelArray = array of T; + +begin +end. +