Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs0625-2.cs
index db7f26a8781bf57a602f59e6c76b67f63445d24f..917016cf67e87e027ae3f24468cbb56f0d1aa520 100644 (file)
@@ -1,17 +1,17 @@
-// cs0625-2.cs: `cs0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute\r
-// Line: 10\r
-\r
-using System;\r
-using System.Runtime.InteropServices;\r
-\r
-namespace cs0625 {\r
-       [StructLayout(LayoutKind.Explicit)]\r
-       partial class GValue {\r
-               public int foo;\r
-       }\r
-       \r
-       class Tests {\r
-               public static void Main () {\r
-               }\r
-       }\r
-}\r
+// 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 {
+       [StructLayout(LayoutKind.Explicit)]
+       partial class GValue {
+               public int foo;
+       }
+       
+       class Tests {
+               public static void Main () {
+               }
+       }
+}