Switch to compiler-tester
[mono.git] / mcs / tests / xml-025.cs
diff --git a/mcs/tests/xml-025.cs b/mcs/tests/xml-025.cs
deleted file mode 100644 (file)
index 92aadac..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-// Compiler options: -doc:xml-025.xml
-
-namespace Testing
-{
-   /// <include file='xml-025.inc' path='/foo' />
-   public class Test
-   {
-       public static void Main ()
-       {
-       }
-
-       /// <include file='xml-025.inc' path='/root'/>
-       public string S1;
-
-       /// <include file='xml-025.inc' path='/root/child'/>
-       public string S2;
-
-       /// <include file='xml-025.inc' path='/root/@attr'/>
-       public string S3;
-   }
-}
-