X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-friend-05.cs;h=ce6a1a648dff7e308b832b45f9e2527a940bdb74;hb=30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c;hp=80f070a038008ee7766c54e335b4ef90890c8b49;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/tests/gtest-friend-05.cs b/mcs/tests/gtest-friend-05.cs index 80f070a0380..ce6a1a648df 100644 --- a/mcs/tests/gtest-friend-05.cs +++ b/mcs/tests/gtest-friend-05.cs @@ -3,7 +3,7 @@ using System; public class Test { - static void Main () + public static void Main () { FriendClass fc = new FriendClass ();