X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-friend-06.cs;h=2e673e7943eef58b7622a7436287cebd1cd7e140;hb=256e3ee192da85cf7c09a3890c06f7bc448ac817;hp=05190455052a326e31b06bc76e8a984274ecfd9e;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/tests/gtest-friend-06.cs b/mcs/tests/gtest-friend-06.cs index 05190455052..2e673e7943e 100644 --- a/mcs/tests/gtest-friend-06.cs +++ b/mcs/tests/gtest-friend-06.cs @@ -3,7 +3,7 @@ using System; public class Test { - static void Main () + public static void Main () { FriendClass fc = new FriendClass ();