Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs1540-8.cs
index fac37099941c40de11742361db775cb75addbc40..3254c3ca7b277d04e2284d7a50107747bf5bfcb0 100644 (file)
@@ -1,4 +1,4 @@
-// cs1540-8.cs: Cannot access protected member `A.f' via a qualifier of type `A'. The qualifier must be of type `B' or derived from it
+// CS1540: Cannot access protected member `A.f' via a qualifier of type `A'. The qualifier must be of type `B' or derived from it
 // Line: 9
 
 class A {