X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0500.cs;h=a66f0c255b3224c21ff3b28823fb45f1df056321;hb=59ec6fd3d68cc0e7c8085b95a3b436d4c9a3cef4;hp=a32522adbe1596bfeb4de68b085ec2cde4e29a90;hpb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;p=mono.git diff --git a/mcs/errors/cs0500.cs b/mcs/errors/cs0500.cs index a32522adbe1..a66f0c255b3 100644 --- a/mcs/errors/cs0500.cs +++ b/mcs/errors/cs0500.cs @@ -1,4 +1,4 @@ -// cs0500.cs: `X.B()' cannot declare a body because is marked abstract +// CS0500: `X.B()' cannot declare a body because it is marked abstract // Line: 5 abstract class X {