Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / gtest-028.cs
index f603b9bffc246ca32c22ef67d2202a77b7046eb6..3a7083131ab30719d74e0a227cf4788d395022f6 100644 (file)
@@ -21,7 +21,7 @@ class X
                return stack.Test ();
        }
 
-       static void Main ()
+       public static void Main ()
        {
                Stack<int> stack = new Stack<int> (9);
                System.Console.WriteLine (Test (stack));