Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / gtest-048.cs
index b1335e2a2bd59733d38c9bd87eb4359bf371d9b8..99f3b27595501c03a51ca7eca6b218ba7ab47ab6 100644 (file)
@@ -22,7 +22,7 @@ struct Foo
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo foo = new Foo ();
                Stack<Foo> stack = new Stack<Foo> ();