[msbuild] bump to xplat-master branch HEAD
[mono.git] / mcs / errors / cs0596.cs
index edbaed9e38eba57093c25534a48d5bf5c84a6c3a..26b00a56632f10709e8026b310705fe4e23bfcac 100644 (file)
@@ -1,7 +1,7 @@
-// cs0596.cs: The Guid attribute must be specified with the ComImport attribute
+// CS0596: The Guid attribute must be specified with the ComImport attribute
 // Line: 4
-\r
-[System.Runtime.InteropServices.ComImportAttribute]\r
-class C\r
-{\r
+
+[System.Runtime.InteropServices.ComImportAttribute]
+class C
+{
 }
\ No newline at end of file