X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0625-1.cs;h=4ca7089d91bb3b5b1387693f6ee938ade8c23151;hb=24d1664e4464314aed7d5c6f51700d32690d0984;hp=3864d4352ca3d717a89b09f9f70208981ebf359a;hpb=7ff8f29ff29fa3f08ef305ac43ef079097323286;p=mono.git diff --git a/mcs/errors/cs0625-1.cs b/mcs/errors/cs0625-1.cs index 3864d4352ca..4ca7089d91b 100644 --- a/mcs/errors/cs0625-1.cs +++ b/mcs/errors/cs0625-1.cs @@ -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;