mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* rename custom attributes related tests to something more sensible
git-svn-id: trunk@42361 -
This commit is contained in:
parent
ed5f19e7e3
commit
869664c6da
20
.gitattributes
vendored
20
.gitattributes
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
program tclassattribute1;
|
||||
program tcustomattr1;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,4 +1,4 @@
|
||||
program tclassattribute10;
|
||||
program tcustomattr10;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
program tclassattribute2;
|
||||
program tcustomattr2;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
program tclassattribute3;
|
||||
program tcustomattr3;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,4 +1,4 @@
|
||||
program tclassattribute4;
|
||||
program tcustomattr4;
|
||||
|
||||
{$mode delphi}
|
||||
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
program tclassattribute5;
|
||||
program tcustomattr5;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,4 +1,4 @@
|
||||
program tclassattribute6;
|
||||
program tcustomattr6;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
program tclassattribute7;
|
||||
program tcustomattr7;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,5 +1,5 @@
|
||||
{ %fail }
|
||||
program tclassattribute8;
|
||||
program tcustomattr8;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
@ -1,4 +1,4 @@
|
||||
program tclassattribute9;
|
||||
program tcustomattr9;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
{$modeswitch prefixedattributes}
|
Loading…
Reference in New Issue
Block a user