Flush (work in progress)
[mono.git] / mcs / errors / cs0527-2.cs
index 89a41cf9efc5544b6e023f6a1f528611d66bd9a7..b89e498c6af186f8aad117973e5b11fd66ab14f4 100644 (file)
@@ -1,8 +1,8 @@
-// cs0527-2.cs: Type `A' in interface list is not an interface
-// Line: 7
+// CS0527: Type `B' in interface list is not an interface
+// Line: 4
 
 struct A : B {
 }
 
 struct B : A {
-}
\ No newline at end of file
+}