X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-5.cs;h=a0ca7b4ec574db7db3e0e20770a092f7394ea4cf;hb=ac7a23e3a8f2faa02db9165cbd8b7be399001eb6;hp=f8901cf8f27b5cbcc2ef3c4b5e4252620c321d02;hpb=75df74a96c33af7a99e16e4281272f1b67334a48;p=mono.git diff --git a/mcs/errors/cs0657-5.cs b/mcs/errors/cs0657-5.cs index f8901cf8f27..a0ca7b4ec57 100644 --- a/mcs/errors/cs0657-5.cs +++ b/mcs/errors/cs0657-5.cs @@ -1,5 +1,6 @@ -// cs0657-5.cs: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `field' -// Line : 7 +// CS0657: `assembly' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `field'. All attributes in this section will be ignored +// Line: 9 +// Compiler options: -warnaserror using System;