[708408] Don't start recursive check when reporting inaccesible base type
[mono.git] / mcs / errors / cs1570-7.cs
index 56302533005873c884578e4cc95afb6428e50106..8c18e6398068e2ed259ae0b31fe84a58d39c9d4c 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 (a name did not start with a legal character 54 (6)  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
-       {
-       }
 }