Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-optional-15.cs
index e5636ba337cb8ee768fb94bde00b041dabcdb5af..54d726f5858ecb4778d418070d1ed14f6df3bf07 100644 (file)
@@ -11,7 +11,7 @@ class Program
        {
        }
 
-       static int Main ()
+       public static int Main ()
        {
                var t = typeof (Program).GetMethod ("Test");
                var p = t.GetParameters ()[0];