Merge pull request #3583 from xmcclure/test-418-checked
[mono.git] / mcs / errors / cs0058.cs
index eccb598e0eabefd2e5aa3d69fd20390efc51ab34..e5b0d157266455a5c67a37e5af685acf8d02723b 100644 (file)
@@ -1,4 +1,4 @@
-// cs0058.cs: Inconsistent accessibility: return type `ErrorCS0058' is less accessible than delegate `Foo.Delegate'
+// CS0058: Inconsistent accessibility: return type `ErrorCS0058' is less accessible than delegate `Foo.Delegate'
 // Line: 10
 
 using System;