Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/errors/cs0579-2.cs')
-rw-r--r--mcs/errors/cs0579-2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0579-2.cs b/mcs/errors/cs0579-2.cs
index 18708cef7d5..31168607b58 100644
--- a/mcs/errors/cs0579-2.cs
+++ b/mcs/errors/cs0579-2.cs
@@ -1,4 +1,4 @@
-// cs0579-2.cs: The attribute `System.Diagnostics.DebuggableAttribute' cannot be applied multiple times
+// cs0579-2.cs: Duplicate `DebuggableAttribute' attribute
// Line: 7
using System.Diagnostics;