Merge pull request #4327 from vkargov/vk-abcremedy
[mono.git] / mcs / tests / test-anon-161.cs
index 519397e4903321f3cf18ca5a99e9eeef90decd4f..4fb07e9766fc0b3e874c8c97fa25747c45cea950 100644 (file)
@@ -3,7 +3,7 @@ using System.Collections.Generic;
 
 public class TestCase
 {
-       static void Main ()
+       public static void Main ()
        {
                Test (new IList<int> [] { new int[] { 1, 2, 3 } });
        }