From b94a8c93a57577225d7977a5b3775d104745fdbf Mon Sep 17 00:00:00 2001 From: svenbarth Date: Thu, 24 May 2018 19:56:35 +0000 Subject: [PATCH] * test (for Mantis #5516; 3531 is the old bug ID) is valid now that we have dynamic array initializers git-svn-id: trunk@39105 - --- .gitattributes | 2 +- tests/{webtbf => webtbs}/tw3531.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{webtbf => webtbs}/tw3531.pp (97%) diff --git a/.gitattributes b/.gitattributes index e2dca286f0..0446e12cd6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14477,7 +14477,6 @@ tests/webtbf/tw3480a.pp svneol=native#text/plain tests/webtbf/tw3488.pp svneol=native#text/plain tests/webtbf/tw3495.pp svneol=native#text/plain tests/webtbf/tw3502.pp svneol=native#text/plain -tests/webtbf/tw3531.pp svneol=native#text/plain tests/webtbf/tw3553.pp svneol=native#text/plain tests/webtbf/tw3562.pp svneol=native#text/plain tests/webtbf/tw3583.pp svneol=native#text/plain @@ -16170,6 +16169,7 @@ tests/webtbs/tw3504.pp svneol=native#text/plain tests/webtbs/tw3506.pp svneol=native#text/plain tests/webtbs/tw3523.pp svneol=native#text/plain tests/webtbs/tw3529.pp svneol=native#text/plain +tests/webtbs/tw3531.pp svneol=native#text/plain tests/webtbs/tw3533.pp svneol=native#text/plain tests/webtbs/tw3534.pp svneol=native#text/plain tests/webtbs/tw3540.pp svneol=native#text/plain diff --git a/tests/webtbf/tw3531.pp b/tests/webtbs/tw3531.pp similarity index 97% rename from tests/webtbf/tw3531.pp rename to tests/webtbs/tw3531.pp index 8f1555f9cb..a312ca1380 100644 --- a/tests/webtbf/tw3531.pp +++ b/tests/webtbs/tw3531.pp @@ -1,4 +1,4 @@ -{ %fail } +{ %NORUN } { Source provided for Free Pascal Bug Report 3531 } { Submitted by "Christian Iversen" on 2005-01-07 }