Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / gtest-017.cs
index b04dc471140dedad6fb0381ed1612c358f3da02e..2537df03a2db2fa151def555f35ccdb7e0916d68 100644 (file)
@@ -7,7 +7,7 @@ public class X
                stack.Hello<string> ("Hello World");
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Stack stack = new Stack ();
                Foo (stack);