[System.Core]: Minor API fix in the Non-DLR version of System.Linq.Expressions.
[mono.git] / mcs / errors / cs3005-4.cs
index 30e6a3aa20b8abc449fd853a4957d430dcd5d470..7eb8128946459ea30c7951430028eddb369eb619 100644 (file)
@@ -1,9 +1,10 @@
-// cs3005.cs: Identifier 'CLSClass.constant' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.constant' differing only in case is not CLS-compliant
 // Line: 8
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
 public class CLSClass {
         protected int Constant = 1;
         protected const bool constant = false;
-}
\ No newline at end of file
+}