Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0019-7.cs
index 8c828f6c2b3505bda6e06bf2d2ba68904448cf1d..76be4121a3a17b830b69a1c644d49dc26626068c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0019-7.cs: Operator `+' cannot be applied to operands of type `string' and `float*'
+// CS0019: Operator `+' cannot be applied to operands of type `string' and `float*'
 // Line: 12
 // Compiler options: -unsafe
 using System;