[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / mcs / errors / cs0601.cs
index 020787e74cfe2f03b51bbdc13f19f7cc1950dd04..8a59614ec1c5cdc0b6ada7bdf37a7ffdd2de252f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0601.cs : The DllImport attribute must be specified on a method marked 'static' and 'extern'.
+// CS0601: The DllImport attribute must be specified on a method marked `static' and `extern'
 // Line : 9
 
 using System;