Merge pull request #3583 from xmcclure/test-418-checked
[mono.git] / mcs / errors / cs0500.cs
index a32522adbe1596bfeb4de68b085ec2cde4e29a90..a66f0c255b3224c21ff3b28823fb45f1df056321 100644 (file)
@@ -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 {