X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0657-5.cs;h=a0ca7b4ec574db7db3e0e20770a092f7394ea4cf;hb=233bbcaaa3aa9f100ef6266236bf0b5a32b49a65;hp=14c3c04384cf0ff4b31c51f0c41f76a3b35e359a;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/errors/cs0657-5.cs b/mcs/errors/cs0657-5.cs index 14c3c04384c..a0ca7b4ec57 100644 --- a/mcs/errors/cs0657-5.cs +++ b/mcs/errors/cs0657-5.cs @@ -1,5 +1,6 @@ -// cs0657.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;