Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / gtest-friend-12.cs
index 8232dbb74a26a4d134f523236235756a89c63ab9..ceb9dc1bc95f9c47841e9a74bc905d195f5de15d 100644 (file)
@@ -3,7 +3,7 @@ using System;
 
 public class Test
 {
-       static void Main ()
+       public static void Main ()
        {
                // We should be able to access them
                new InternalFriendClass ();