error messages review
[mono.git] / mcs / errors / cs0625-1.cs
index 3864d4352ca3d717a89b09f9f70208981ebf359a..0a50e4b36a4e7d67b889c37a89db7da1194db691 100644 (file)
@@ -1,4 +1,4 @@
-// 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
 
 using System;
 using System.Runtime.InteropServices;