Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0524-2.cs
index 53abc1f53adba6e4654dcc2dd6ff84a7f3d6c591..348463e9fa6e36887102083679f69f8e23d55723 100644 (file)
@@ -1,6 +1,6 @@
-// cs0524-2.cs: `Interface.I': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
+// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
 // Line: 5
 
 interface Interface {
         interface I {}
-}
\ No newline at end of file
+}