[msvc] Update csproj files
[mono.git] / mcs / errors / cs0524-3.cs
index 7ffb0cb761ab2575fd781a0e04e1bd6bbb8b7f19..73de70bd0140951f9ed2bb142855c518445a4890 100644 (file)
@@ -1,4 +1,4 @@
-// cs0524-3.cs: `Interface.E': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
+// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
 // Line: 4
 
 interface Interface {
@@ -6,4 +6,4 @@ interface Interface {
             White,
             Black
         }
-}
\ No newline at end of file
+}