Reverted
[mono.git] / mcs / errors / cs0625-1.cs
index 3864d4352ca3d717a89b09f9f70208981ebf359a..4ca7089d91bb3b5b1387693f6ee938ade8c23151 100644 (file)
@@ -1,4 +1,5 @@
-// CS0625: Instance field of type marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute.
+// cs0625-1.cs: `cs0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
+// Line: 10
 
 using System;
 using System.Runtime.InteropServices;