* rename custom attributes related tests to something more sensible

git-svn-id: trunk@42361 -
This commit is contained in:
svenbarth 2019-07-12 22:05:12 +00:00
parent ed5f19e7e3
commit 869664c6da
11 changed files with 20 additions and 20 deletions

20
.gitattributes vendored
View File

@ -13139,16 +13139,6 @@ tests/test/tclass6.pp svneol=native#text/plain
tests/test/tclass7.pp svneol=native#text/plain
tests/test/tclass8.pp svneol=native#text/plain
tests/test/tclass9.pp svneol=native#text/pascal
tests/test/tclassattribute1.pp svneol=native#text/pascal
tests/test/tclassattribute10.pp svneol=native#text/pascal
tests/test/tclassattribute2.pp svneol=native#text/pascal
tests/test/tclassattribute3.pp svneol=native#text/pascal
tests/test/tclassattribute4.pp svneol=native#text/pascal
tests/test/tclassattribute5.pp svneol=native#text/pascal
tests/test/tclassattribute6.pp svneol=native#text/pascal
tests/test/tclassattribute7.pp svneol=native#text/pascal
tests/test/tclassattribute8.pp svneol=native#text/pascal
tests/test/tclassattribute9.pp svneol=native#text/pascal
tests/test/tclassinfo1.pp svneol=native#text/pascal
tests/test/tclrprop.pp svneol=native#text/plain
tests/test/tcmov1.pp svneol=native#text/plain
@ -13215,6 +13205,16 @@ tests/test/tcptypedconst2.pp svneol=native#text/plain
tests/test/tcptypedconst3.pp svneol=native#text/plain
tests/test/tcstring1.pp svneol=native#text/pascal
tests/test/tcstring2.pp svneol=native#text/pascal
tests/test/tcustomattr1.pp svneol=native#text/pascal
tests/test/tcustomattr10.pp svneol=native#text/pascal
tests/test/tcustomattr2.pp svneol=native#text/pascal
tests/test/tcustomattr3.pp svneol=native#text/pascal
tests/test/tcustomattr4.pp svneol=native#text/pascal
tests/test/tcustomattr5.pp svneol=native#text/pascal
tests/test/tcustomattr6.pp svneol=native#text/pascal
tests/test/tcustomattr7.pp svneol=native#text/pascal
tests/test/tcustomattr8.pp svneol=native#text/pascal
tests/test/tcustomattr9.pp svneol=native#text/pascal
tests/test/tdefault1.pp svneol=native#text/pascal
tests/test/tdefault10.pp svneol=native#text/pascal
tests/test/tdefault11.pp svneol=native#text/pascal

View File

@ -1,4 +1,4 @@
program tclassattribute1;
program tcustomattr1;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,4 +1,4 @@
program tclassattribute10;
program tcustomattr10;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,5 +1,5 @@
{ %fail }
program tclassattribute2;
program tcustomattr2;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,5 +1,5 @@
{ %fail }
program tclassattribute3;
program tcustomattr3;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,4 +1,4 @@
program tclassattribute4;
program tcustomattr4;
{$mode delphi}

View File

@ -1,5 +1,5 @@
{ %fail }
program tclassattribute5;
program tcustomattr5;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,4 +1,4 @@
program tclassattribute6;
program tcustomattr6;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,5 +1,5 @@
{ %fail }
program tclassattribute7;
program tcustomattr7;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,5 +1,5 @@
{ %fail }
program tclassattribute8;
program tcustomattr8;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}

View File

@ -1,4 +1,4 @@
program tclassattribute9;
program tcustomattr9;
{$mode objfpc}{$H+}
{$modeswitch prefixedattributes}