Merge pull request #907 from enricosada/era_names
[mono.git] / mcs / errors / cs0625.cs
index b6ce8c064dd4a578eb3d4e0fc4c77a633667c579..ccfc56fe596c1c32dc5cf5a6a3e0ff722e8aafcd 100644 (file)
@@ -1,10 +1,10 @@
-// cs0625.cs: `cs0625.GValue.name': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// CS0625: `CS0625.GValue.name': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
 // Line: 11
 
 using System;
 using System.Runtime.InteropServices;
 
-namespace cs0625 {
+namespace CS0625 {
        [StructLayout(LayoutKind.Explicit)]
        struct GValue {
                public string name;