X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ferrors%2Fcs3003-3.cs;h=f0e5781a6761636ad2884b35d43742a5b4ce26aa;hb=70b14ec733ef79843f2c82bdee184fe9abc194db;hp=2af53889ed21d04d39f61456c449da08b2ecad17;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mcs/errors/cs3003-3.cs b/mcs/errors/cs3003-3.cs index 2af53889ed2..f0e5781a676 100644 --- a/mcs/errors/cs3003-3.cs +++ b/mcs/errors/cs3003-3.cs @@ -1,5 +1,6 @@ -// cs3003-3.cs: Type of `I.Error' is not CLS-compliant -// Line: 8 +// CS3003: Type of `I.Error' is not CLS-compliant +// Line: 9 +// Compiler options: -warnaserror -warn:1 using System; [assembly:CLSCompliant(true)]