[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs0625-3.cs
index f14fba27815c7cea7719b9197a7e4f451fbcf271..d84346b6f12ac98cbe7afee4f1b3128d60a9528c 100644 (file)
@@ -1,10 +1,10 @@
-// cs0625-3.cs: `cs0625.GValue.value': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// CS0625: `CS0625.GValue.value': 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)]
        partial struct GValue
        {