Merge pull request #3549 from lewurm/arm64-icache-big-little-fix
[mono.git] / mcs / errors / cs3005-16.cs
index 6de493794ed33b86ba2caea4b5ff325766cbdb2f..ee1ffc7328d740434b563432e92362f7c77a8846 100644 (file)
@@ -1,10 +1,11 @@
-// cs3005.cs: Identifier 'CLSClass_B.uNIVERSAL' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass_B.uNIVERSAL' differing only in case is not CLS-compliant
 // Line: 9
-// Compiler options: -reference:CS3005-16-lib.dll
+// Compiler options: -reference:CS3005-16-lib.dll -warnaserror
+
 
 using System;
 [assembly: CLSCompliantAttribute (true)]
 
 public class CLSClass_B: CLSClass_A {
         public const int uNIVERSAL = 3;
-}
\ No newline at end of file
+}