Merge pull request #4040 from ntherning/disable-symbolicate-tests-on-windows
[mono.git] / mcs / errors / cs0104.cs
index 569e2b085a3bc28b6be19e70a5fffeb16b6a6783..1b842ad6aaf3d51058f1e03fcdcab2044fca787d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0104.cs: `X' is an ambiguous reference between `A.X' and `B.X'
+// CS0104: `X' is an ambiguous reference between `A.X' and `B.X'
 // Line: 16
 namespace A {
        class X {