Added SiteMapDataSourceTest.cs
[mono.git] / mcs / errors / cs0529.cs
index 6dd0bb09df0fe2429332a88b2bd3cab95c683d67..03bc988d5b33d0d6a5913a0f3bb20748b1b2eaa8 100644 (file)
@@ -1,4 +1,4 @@
-// cs0529: Inherited interface 'C' causes a cycle in the interface hierarchy of 'A'
+// cs0529.cs: Inherited interface `A' causes a cycle in the interface hierarchy of `C'
 // Line: 10
 
 interface A : B {