X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3003-1.cs;h=e14f5336af8a394c855b376c90d94e8432a4979a;hb=59ddb222e093ce41efe12432a8f0a4ea0785c219;hp=778ed16ad4234c2fed91910b8cd7a08c05c239c3;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/errors/cs3003-1.cs b/mcs/errors/cs3003-1.cs index 778ed16ad42..e14f5336af8 100644 --- a/mcs/errors/cs3003-1.cs +++ b/mcs/errors/cs3003-1.cs @@ -1,5 +1,6 @@ -// cs3003-1.cs: Type of `CLSClass.MyEvent' is not CLS-compliant +// CS3003: Type of `CLSClass.MyEvent' is not CLS-compliant // Line: 8 +// Compiler options: -warnaserror -warn:1 [assembly:System.CLSCompliant (true)] @@ -8,4 +9,4 @@ public delegate void MyDelegate (); public class CLSClass { public event MyDelegate MyEvent; -} \ No newline at end of file +}