X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3014-3.cs;h=fe1e3760cbea50bf8e2463c0ec97868d78996e9c;hb=31de3d39ae3cd5c164dc2c8e0b9b5f24d798f10c;hp=45a9f2bfd54747e9fc0657175b68089a343a8b06;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/errors/cs3014-3.cs b/mcs/errors/cs3014-3.cs index 45a9f2bfd54..fe1e3760cbe 100644 --- a/mcs/errors/cs3014-3.cs +++ b/mcs/errors/cs3014-3.cs @@ -1,8 +1,9 @@ -// cs3014-3.cs: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant -// Line: 7 +// CS3014: `I' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant +// Line: 8 +// Compiler options: -warnaserror -warn:1 using System; [CLSCompliant (true)] public interface I { -} \ No newline at end of file +}