Switch to compiler-tester
[mono.git] / mcs / tests / xml-009.cs
diff --git a/mcs/tests/xml-009.cs b/mcs/tests/xml-009.cs
deleted file mode 100644 (file)
index 9f4ac8c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-// Compiler options: -doc:xml-009.xml
-using System;
-
-namespace Testing
-{
-       public class Test
-       {
-               public static void Main ()
-               {
-                       /// inside method - not allowed.
-               }
-       }
-
-       public class Test2
-       {
-               /// no target
-       }
-
-       public class Test3
-       {
-       }
-       /// no target case 2.
-}
-