X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0246-2.cs;h=730e0bc044aee71f02d4d9acc53049530de9efb8;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=e5be9f6abdd8bb37644c42b83547cd52dd00b4f8;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/errors/cs0246-2.cs b/mcs/errors/cs0246-2.cs index e5be9f6abdd..730e0bc044a 100644 --- a/mcs/errors/cs0246-2.cs +++ b/mcs/errors/cs0246-2.cs @@ -1,6 +1,6 @@ -// cs0246-2.cs: The type or namespace name `ErrorType' could not be found. Are you missing a using directive or an assembly reference? +// CS0246: The type or namespace name `ErrorType' could not be found. Are you missing an assembly reference? // Line: 5 interface A { event ErrorType Test; -} \ No newline at end of file +}