[configure] rename "--with-interpreter=yes" to "--enable-interpreter"
[mono.git] / mcs / errors / cs1570-7.cs
index 56302533005873c884578e4cc95afb6428e50106..2d3335ff989cceb6d4457d743fb55630b0c32172 100644 (file)
@@ -1,27 +1,14 @@
-// cs1570-7.cs: XML comment on `T:Testing.Test2' has non-well-formed XML (a name did not start with a legal character 54 (6)  Line 1, position 3.)
-// Line: 18
+// CS1570: XML documentation comment on `Testing.Test2' is not well-formed XML markup (Name cannot begin with the '6' character, hexadecimal value 0x36. Line 1, position 3.)
+// Line: 9
 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
 
 using System;
 
 namespace Testing
 {
-       /// comment without markup on class - it is allowed
-       public class Test
-       {
-               public static void Main ()
-               {
-               }
-       }
-
        /// <6roken> broken markup
        public class Test2
        {
        }
-
-       /// <dont-forget-close-tag>
-       public class Test3
-       {
-       }
 }