X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0260.cs;h=4a8a90ed3359f798eee3d147cd0b2c2d3dcc4530;hb=d127b293394ad7815b8c7cf9b4d21de8359b2707;hp=f42b790121f3eb881884f2b1e1e1f68ee4c0724f;hpb=f3a7b5e02cd2abbe32485731de507f2938b5bfd6;p=mono.git diff --git a/mcs/errors/cs0260.cs b/mcs/errors/cs0260.cs index f42b790121f..4a8a90ed335 100644 --- a/mcs/errors/cs0260.cs +++ b/mcs/errors/cs0260.cs @@ -1,4 +1,4 @@ -// cs0260.cs: Missing partial modifier on declaration of type `Foo'; another partial declaration of this type exists +// cs0260.cs: Missing partial modifier on declaration of type `Foo'. Another partial declaration of this type exists // Line: 3 public class Foo { }