X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3008-3.cs;h=7fad3dd6ff87e396275f99d7a1f10663718b4a85;hb=a497b0e1e7016d59bf16684702646829482d1d33;hp=f0cdefb85f0069aed1af28890e38a1270420e6a2;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;p=mono.git diff --git a/mcs/errors/cs3008-3.cs b/mcs/errors/cs3008-3.cs index f0cdefb85f0..7fad3dd6ff8 100644 --- a/mcs/errors/cs3008-3.cs +++ b/mcs/errors/cs3008-3.cs @@ -1,8 +1,9 @@ -// cs3008-3.cs: Identifier `_A' is not CLS-compliant -// Line: 7 +// CS3008: Identifier `_A' is not CLS-compliant +// Line: 8 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)] public class _A { -} \ No newline at end of file +}