[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs0596-2.cs
index c1ac50357b39ef5c6e60cd448807236df4737201..623b481109e8fb205b9c0bb1d66f436203a3e790 100644 (file)
@@ -1,7 +1,7 @@
-// cs0596-2.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
-interface I\r
-{\r
+
+[System.Runtime.InteropServices.ComImportAttribute]
+interface I
+{
 }
\ No newline at end of file