Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs1673-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index cc0b63f..4543d9b
@@ -1,4 +1,4 @@
-// CS1673-2.cs: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
+// CS1673: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
 // Line: 19
 using System;