X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3005.cs;h=3ba8fd416acb3b83c9f759574f51cc59bd220d51;hb=a9e73e7370307c2fb346b645c890bb91fd875d33;hp=084b4ca06032936e04c1623ab095c7277ebc7c3b;hpb=d49951ccf584ba637afb1dab7fff714478e3174d;p=mono.git diff --git a/mcs/errors/cs3005.cs b/mcs/errors/cs3005.cs index 084b4ca0603..3ba8fd416ac 100644 --- a/mcs/errors/cs3005.cs +++ b/mcs/errors/cs3005.cs @@ -1,6 +1,6 @@ -// cs3005.cs: Identifier `ErrorCS3005.FOO' differing only in case is not CLS-compliant +// CS3005: Identifier `ErrorCS3005.foo' differing only in case is not CLS-compliant // Line: 9 -// Compiler options: -warnaserror +// Compiler options: -warnaserror -warn:1 using System; [assembly: CLSCompliant (true)]