X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3008-7.cs;h=d8b0ab96212667724e1e3530afa9045e982906bd;hb=c3abee4dfdaaa45b89e3381f42a0d00c2e58d002;hp=c6f91b61a01af35d31393e4dd41cd36e1a9f8119;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/errors/cs3008-7.cs b/mcs/errors/cs3008-7.cs index c6f91b61a01..d8b0ab96212 100644 --- a/mcs/errors/cs3008-7.cs +++ b/mcs/errors/cs3008-7.cs @@ -1,5 +1,6 @@ -// cs3008-7.cs: Identifier `System.Error.__ComObject' is not CLS-compliant -// Line: 8 +// CS3008: Identifier `System.Error.__ComObject' is not CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)]