Merge pull request #3583 from xmcclure/test-418-checked
[mono.git] / mcs / errors / cs0657-7.cs
index 5eed32386c053551d68052676e2c8df4dcc8804f..2d9102e0dd53c8e31a41e25cc2738c7fb90d185e 100644 (file)
@@ -1,5 +1,6 @@
-// cs0657-7.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
-// Line : 4
+// CS0657: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'. All attributes in this section will be ignored
+// Line: 5
+// Compiler options: -warnaserror
 
 [method: Obsolete]
 delegate void Delegate ();