X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3021-2.cs;h=0998cb9d44d4aef07cfe663e367c4fbcacebbdc2;hb=8784e2e1cbbd88b4872536d3a8077702dc547216;hp=db891eac0b28637554ceb8656276403af1c2e3dc;hpb=b39d5edf62fb3908e10647e1a7e60dadeb88b2be;p=mono.git diff --git a/mcs/errors/cs3021-2.cs b/mcs/errors/cs3021-2.cs index db891eac0b2..0998cb9d44d 100644 --- a/mcs/errors/cs3021-2.cs +++ b/mcs/errors/cs3021-2.cs @@ -1,10 +1,10 @@ -// cs3021-2.cs: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant -// Line: 9 -// Compiler options: -warn:2 -warnaserror - -using System; - -[CLSCompliant (false)] -public partial interface I -{ -} +// CS3021: `I' does not need a CLSCompliant attribute because the assembly is not marked as CLS-compliant +// Line: 9 +// Compiler options: -warn:2 -warnaserror + +using System; + +[CLSCompliant (false)] +public partial interface I +{ +}