Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-anon-12.cs
index d2265a53b9049ce0b647932dbd1875795372738b..3203ed8ed01493e47cd04e8991ba230d42c42ecf 100644 (file)
@@ -5,7 +5,7 @@ delegate bool predicate (object a);
 
 class X {
 
-       static int Main ()
+       public static int Main ()
        {
                ArrayList a = new ArrayList ();
                for (int i = 0; i < 10; i++)