Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-239.cs
index 6add5879654e47895a7399060ec3239c8ba65365..f5baaf00d9d33ad295f21c42ace4415de014dabe 100644 (file)
@@ -25,7 +25,7 @@ class Foo<T,U>
 
 class X
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo<long,float> a = new Foo<long,float> ();
                if (a.Test (3L, 3.14F) != 3)