Merge pull request #3979 from radical/fix-xbuild-tgt
[mono.git] / mcs / tests / gtest-309.cs
index 34aec07b0cfd63069edf5071fb357127d5894283..83e7b8b30bb55cd60e13dc59a3095df961b38ba2 100644 (file)
@@ -6,7 +6,7 @@ class Test<A,B>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Test<float,int> test = new Test<float,int> ();
                test.Foo (test, test);