Switch to compiler-tester
[mono.git] / mcs / tests / xml-016.cs
diff --git a/mcs/tests/xml-016.cs b/mcs/tests/xml-016.cs
deleted file mode 100644 (file)
index 13fbe51..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// Compiler options: -doc:xml-016.xml
-using System;
-
-namespace Testing
-{
-       public class Test
-       {
-               public static void Main ()
-               {
-               }
-
-               /// <summary>
-               /// public event EventHandler MyEvent
-               /// </summary>
-               public event EventHandler MyEvent;
-
-               /// private event EventHandler MyEvent; without markup - it is OK.
-               private event EventHandler MyEvent2;
-       }
-}
-