X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3008-4.cs;h=3994371026b2b59c9e538730429fb4bc0853a2b7;hb=07bf83dd61a595f7ebba4e66267886b0d2ef18fd;hp=cccce3454a22e963db979933e1b28fff0ff50513;hpb=fc4b07f20f9e79fe99d4b520bb5ff8b5e80b10f6;p=mono.git diff --git a/mcs/errors/cs3008-4.cs b/mcs/errors/cs3008-4.cs index cccce3454a2..3994371026b 100644 --- a/mcs/errors/cs3008-4.cs +++ b/mcs/errors/cs3008-4.cs @@ -1,8 +1,9 @@ -// cs3008-4.cs: Identifier `_I' is not CLS-compliant -// Line: 7 +// CS3008: Identifier `_I' is not CLS-compliant +// Line: 8 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)] public interface _I { -} \ No newline at end of file +}