X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0625-1.cs;h=ab82c630caeb3a396acfe75014756fd981bc5c51;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=4ca7089d91bb3b5b1387693f6ee938ade8c23151;hpb=0443306d611d0830e27327e1f0a3ef3457dfa535;p=mono.git diff --git a/mcs/errors/cs0625-1.cs b/mcs/errors/cs0625-1.cs index 4ca7089d91b..ab82c630cae 100644 --- a/mcs/errors/cs0625-1.cs +++ b/mcs/errors/cs0625-1.cs @@ -1,10 +1,10 @@ -// cs0625-1.cs: `cs0625.GValue.foo': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute +// 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 { +namespace CS0625 { [StructLayout(LayoutKind.Explicit)] class GValue { public int foo;