Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0592.cs
index 8bcfeb5dd1bcb880ef09e2d4b2267bd07cdc25d0..604b5f8337993add70d8cc68318b7b63888f6f95 100644 (file)
@@ -1,4 +1,4 @@
-// cs0592.cs: Attribute `Simple' is not valid on this declaration type. It is valid on `constructor' declarations only
+// CS0592: The attribute `SimpleAttribute' is not valid on this declaration type. It is valid on `constructor' declarations only
 // Line : 22
 
 using System;