X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3008-2.cs;h=90e8638e3f02ac7d67140f2ceef6bfa740e38bf5;hb=0370aa2c77c4d536f34b601f5ee76585e1c07574;hp=fa6a695a906a719d91fd4dd3374502b5e7539cdb;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/errors/cs3008-2.cs b/mcs/errors/cs3008-2.cs index fa6a695a906..90e8638e3f0 100644 --- a/mcs/errors/cs3008-2.cs +++ b/mcs/errors/cs3008-2.cs @@ -1,5 +1,6 @@ -// cs3008-2.cs: Identifier `CLSClass._myEvent' is not CLS-compliant -// Line: 8 +// CS3008: Identifier `CLSClass._myEvent' is not CLS-compliant +// Line: 11 +// Compiler options: -warnaserror -warn:1 using System; [assembly: CLSCompliant(true)]