Merge pull request #4040 from ntherning/disable-symbolicate-tests-on-windows
[mono.git] / mcs / errors / cs0176-2.cs
index 8709ee84d347f6b9489984eab0a0e9c851399a0b..9ee7eb02621d816a1145882ae83e34f287b32f2f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0176-2.cs: Static member `MyClass.Start(string)' cannot be accessed with an instance reference, qualify it with a type name instead
+// CS0176: Static member `MyClass.Start(string)' cannot be accessed with an instance reference, qualify it with a type name instead
 // Line: 10
 using System;