Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0657-3.cs
index e716b8cc85423a86498ca41add08dad150bb8ad0..275d4b7ae9b1f6b8049f68748bc64081ca25a61a 100644 (file)
@@ -1,11 +1,11 @@
-// cs0657-3.cs: `method' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `assembly, module'
+// 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 : 7
+// Compiler options: -warnaserror
 
 using System;
 
 [method: CLSCompliant (false)]
 
-
 public class C
 {
 }