Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-238.cs
index 24e48d34dcc17529b3b07a15e23ee5389b941fe3..177c8d1641d91d71dfb4de5bb943296769ce7e5f 100644 (file)
@@ -2,7 +2,7 @@
 // Dependencies: gtest-238-lib.cs
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long> foo = new Foo<long> ();
                if (foo.Test (3) != 1)