X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fcls-test-16.cs;fp=mcs%2Ftests%2Fcls-test-16.cs;h=0000000000000000000000000000000000000000;hb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;hp=5929b442e4e0a681dbe78ea1da0157094c15242b;hpb=403f701b50937526cbd7627a166f3c535cf4fafc;p=mono.git diff --git a/mcs/tests/cls-test-16.cs b/mcs/tests/cls-test-16.cs deleted file mode 100644 index 5929b442e4e..00000000000 --- a/mcs/tests/cls-test-16.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -[assembly:CLSCompliant (true)] - -[CLSCompliant (false)] -[CLSAttribute (new bool [] {true, false})] -public class CLSAttribute: Attribute { - public CLSAttribute(bool[] array) { - } -} - -public class ClassMain { - public static void Main () {} -} \ No newline at end of file