X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-friend-07.cs;h=a3af89d68eb83570454467110ae2adf733c23941;hb=71ad74dc11c5fa4bc8c178a5457d2cab732fdb01;hp=a32955c7781a0c03918c5e36bee10059bb37a0a2;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mcs/tests/gtest-friend-07.cs b/mcs/tests/gtest-friend-07.cs index a32955c7781..a3af89d68eb 100644 --- a/mcs/tests/gtest-friend-07.cs +++ b/mcs/tests/gtest-friend-07.cs @@ -3,7 +3,7 @@ using System; public class Test { - static void Main () + public static void Main () { FriendClass fc = new FriendClass ();