Switch to compiler-tester
[mono.git] / mcs / tests / xml-034.cs
diff --git a/mcs/tests/xml-034.cs b/mcs/tests/xml-034.cs
deleted file mode 100644 (file)
index 316f5df..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// Compiler options: -doc:xml-034.xml -warn:4 -warnaserror
-using System;
-
-/// valid comment.
-public class Test
-{
-       static void Main () 
-       {
-       }
-}