X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3016-3.cs;h=1b8a57e312eac5d904ae7815957e80be6a2488b7;hb=034e021250581d5c76a36c578cc6bb58bd2f95a9;hp=d7d61355067a771911d9e0d36cfb7c0f92553112;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs3016-3.cs b/mcs/errors/cs3016-3.cs index d7d61355067..1b8a57e312e 100644 --- a/mcs/errors/cs3016-3.cs +++ b/mcs/errors/cs3016-3.cs @@ -1,5 +1,6 @@ -// cs3016-3.cs: Arrays as attribute arguments are not CLS-compliant -// Line: 12 +// CS3016: Arrays as attribute arguments are not CLS-compliant +// Line: 13 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)] @@ -11,4 +12,4 @@ public class CLSAttribute: Attribute { [CLSAttribute(new string[] { "", "" })] public interface ITest { -} \ No newline at end of file +}