X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-friend-08.cs;h=4c65b071139813b1118e8de9dd6699b1513ea9f6;hb=2b15ada1a1ad25ece63393c2ba40e5d9877b35a7;hp=7bebf34575b734e6dad2ed9c43c06eb3aae1b779;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/tests/gtest-friend-08.cs b/mcs/tests/gtest-friend-08.cs index 7bebf34575b..4c65b071139 100644 --- a/mcs/tests/gtest-friend-08.cs +++ b/mcs/tests/gtest-friend-08.cs @@ -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 ();