Merge pull request #5668 from kumpera/wasm-work-p4
[mono.git] / mcs / errors / cs1570-5.cs
index fa1aa7ab6a685fc8e0b9d0258d8d544797695894..a73342179c96a1ef34f57ef015ba68c71830ba87 100644 (file)
@@ -1,14 +1,14 @@
-// cs1570-5.cs: XML comment on `T:Testing.EnumTest2' has non-well-formed XML (unmatched closing element: expected summary but found incorrect  Line 3, position 12.)
-// Line: 17
+// CS1570: XML documentation comment on `Testing.EnumTest2' is not well-formed XML markup (The 'summary' start tag on line 1 position 2 does not match the end tag of 'incorrect'. Line 3, position 3.)
+// Line: 12
 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
 
 using System;
 
 namespace Testing
 {
-       /// <summary>
+       ///<summary>
        /// comment for enum type
-       /// </incorrect>
+       ///</incorrect>
        enum EnumTest2
        {
                Foo,