X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3016-1.cs;h=334edad3dff54ab51f3438027f98a987effde8d3;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=d60e0fe0f81f6f8141bac2b600491c65ea261143;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mcs/errors/cs3016-1.cs b/mcs/errors/cs3016-1.cs index d60e0fe0f81..334edad3dff 100644 --- a/mcs/errors/cs3016-1.cs +++ b/mcs/errors/cs3016-1.cs @@ -1,5 +1,6 @@ -// cs3016.cs: Arrays as attribute arguments are not CLS-compliant -// Line: 7 +// CS3016: Arrays as attribute arguments are not CLS-compliant +// Line: 8 +// Compiler options: -warnaserror -warn:1 using System; [assembly: System.CLSCompliant (true)] @@ -14,4 +15,4 @@ public class CLSAttribute: System.Attribute { public CLSAttribute(bool[] array) { } -} \ No newline at end of file +}