Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / gtest-variance-1.cs
index 37bd0daaaedb4d5df32c32dd119d601551cccf6a..036d38fbdef6c6065b70a320689d377eed515982 100644 (file)
@@ -15,7 +15,7 @@ class Foo : IFoo<string>
 
 public class Test
 {
-       static int Main ()
+       public static int Main ()
        {
                string bar = "Who is John Galt?";
                IFoo<string> foo = new Foo(bar);