X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fxml-009.cs;fp=mcs%2Ftests%2Fxml-009.cs;h=0000000000000000000000000000000000000000;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=9f4ac8c51b4e936a4213d046ac618ed162f76165;hpb=3757bc3f45e482dc17cb3b4e0a8dcd58c6777ee5;p=mono.git diff --git a/mcs/tests/xml-009.cs b/mcs/tests/xml-009.cs deleted file mode 100644 index 9f4ac8c51b4..00000000000 --- a/mcs/tests/xml-009.cs +++ /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. -} -