Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs0579-2.cs
index 4d252ba3e579ba3644a546347258028d52c2ca93..69f55a526429de174b4299577f43498e5506ff11 100644 (file)
@@ -1,4 +1,6 @@
-// cs0579.cs : Duplicate 'DebuggableAttribute' attribute// Line : 6
+// CS0579: The attribute `System.Diagnostics.DebuggableAttribute' cannot be applied multiple times
+// Line: 7
+
 using System.Diagnostics;
 
 [module: DebuggableAttribute (false, false)]