X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3001-3.cs;h=00b0ca34d1d788962af7ce47c41e7d8618be1d8e;hb=cb7a435f96b72846f3fbee0f23f755b0e31ff7be;hp=1590ede9c50438810fd63e08fa91a854452fbffb;hpb=b2262f41726a89c8209facb3ea9e4be9582422b5;p=mono.git diff --git a/mcs/errors/cs3001-3.cs b/mcs/errors/cs3001-3.cs index 1590ede9c50..00b0ca34d1d 100644 --- a/mcs/errors/cs3001-3.cs +++ b/mcs/errors/cs3001-3.cs @@ -1,5 +1,6 @@ -// cs3001-3.cs: Argument type `ulong' is not CLS-compliant -// Line: 8 +// CS3001: Argument type `ulong' is not CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant (true)] @@ -10,4 +11,4 @@ public class CLSClass { return 2; } } -} \ No newline at end of file +}