codeowners update
[mono.git] / mcs / tests / test-87.cs
index aaa809f8bc4b153bed2ab7a5640c617d227189f8..aa476b400a209e7c359764cb7f41628eb6e929cc 100644 (file)
@@ -29,7 +29,7 @@ class Top {
                public int get_two () { return 2; }
        }
        
-       static int Main ()
+       public static int Main ()
        {
                XA x = new XA ();