Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0625-1.cs
index 4ca7089d91bb3b5b1387693f6ee938ade8c23151..ab82c630caeb3a396acfe75014756fd981bc5c51 100644 (file)
@@ -1,10 +1,10 @@
-// cs0625-1.cs: `cs0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// CS0625: `CS0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
 // Line: 10
 
 using System;
 using System.Runtime.InteropServices;
 
-namespace cs0625 {
+namespace CS0625 {
        [StructLayout(LayoutKind.Explicit)]
        class GValue {
                public int foo;