X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3001.cs;h=9a856742e4556471b1be3d8d23a0ea4f676de998;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=7e6bc670b8fe4dd1c450b9f40678c3b66b571a4b;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/errors/cs3001.cs b/mcs/errors/cs3001.cs index 7e6bc670b8f..9a856742e45 100644 --- a/mcs/errors/cs3001.cs +++ b/mcs/errors/cs3001.cs @@ -1,9 +1,10 @@ -// cs3001.cs: Argument type `sbyte' is not CLS-compliant -// Line: 8 +// CS3001: Argument type `sbyte' is not CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant (true)] public class CLSClass { protected internal void Foo (string text, sbyte value) { } -} \ No newline at end of file +}