X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fxml-006.cs;fp=mcs%2Ftests%2Fxml-006.cs;h=0000000000000000000000000000000000000000;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=217a982111a8997bf262a3dff503dacf3ada7a52;hpb=a601c51d5f453e2270af1c80e23b7e78be6993cd;p=mono.git diff --git a/mcs/tests/xml-006.cs b/mcs/tests/xml-006.cs deleted file mode 100644 index 217a982111a..00000000000 --- a/mcs/tests/xml-006.cs +++ /dev/null @@ -1,42 +0,0 @@ -// Compiler options: -doc:xml-006.xml -using System; - -namespace Testing -{ - /// - /// comment for enum type - /// - public enum EnumTest - { - Foo, - Bar, - } - - /// - /// comment for enum type - /// - public enum EnumTest2 - { - Foo, - Bar, - } - - /** - - Java style comment for enum type - - */ - public enum EnumTest3 - { - Foo, - Bar, - } - - public class Test - { - public static void Main () - { - } - } -} -