Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-friend-08.cs
index 7bebf34575b734e6dad2ed9c43c06eb3aae1b779..4c65b071139813b1118e8de9dd6699b1513ea9f6 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 ();