X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs3001-7.cs;h=93b4b3df2c3697c08f4fcda65b24661611c00753;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=8f5abf9c90161f3e60719a122865a91133ff9948;hpb=6110fc90713ce59ff0996fcd3520e09a96575820;p=mono.git diff --git a/mcs/errors/cs3001-7.cs b/mcs/errors/cs3001-7.cs index 8f5abf9c901..93b4b3df2c3 100644 --- a/mcs/errors/cs3001-7.cs +++ b/mcs/errors/cs3001-7.cs @@ -1,5 +1,6 @@ -// cs3001-7.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)]