Switch to compiler-tester
[mono.git] / mcs / tests / xml-004.cs
diff --git a/mcs/tests/xml-004.cs b/mcs/tests/xml-004.cs
deleted file mode 100644 (file)
index 7fca084..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-// Compiler options: -doc:xml-004.xml
-using System;
-
-namespace Testing
-{
-       /// <summary> 
-       /// comment for struct
-       /// </summary>
-       public struct StructTest
-       {
-       }
-
-       /// <summary> 
-       /// incorrect markup comment for struct
-       /// </incorrect>
-       public struct StructTest2
-       {
-       }
-
-       /**
-               <summary>
-               Java style commet
-               </summary>
-       */
-       public struct StructTest3
-       {
-       }
-
-       public class Test
-       {
-               public static void Main ()
-               {
-               }
-       }
-}
-