Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / gtest-114.cs
index 49b0026cc25664e2fb92a7b44be8e4dd640037df..01fcf1e56ab5248a975321cba8622017a272c67a 100644 (file)
@@ -25,7 +25,7 @@ public class X
                }
        }
 
-       static void Main ()
+       public static void Main ()
        {
                IComparer<Test> cmp = new NaturalComparer<Test> ();
                Test a = new Test ();