Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs1656-4.cs
index 491fd7f3f1e1843627533d2d1b36cd010b34987f..e88bfb36444aa6abcda7ce203b832f7c1b4dd6dc 100644 (file)
@@ -1,4 +1,4 @@
-// cs1656-4.cs: Cannot assign to `i' because it is a `foreach iteration variable'
+// CS1656: Cannot assign to `i' because it is a `foreach iteration variable'
 // Line: 14
 
 using System.Collections;