X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-250.cs;h=33b51cb598250b0a9c43390b45c1da0adcd331b8;hb=d715b3d29e442b26f1dd483edee3026f3e2457f2;hp=c57295c1fea284e35dbc51a4162bf5464828a084;hpb=5bbfa8860b090e465a3aa45edeb9c94481ef1a22;p=mono.git diff --git a/mcs/tests/gtest-250.cs b/mcs/tests/gtest-250.cs index c57295c1fea..33b51cb5982 100644 --- a/mcs/tests/gtest-250.cs +++ b/mcs/tests/gtest-250.cs @@ -20,6 +20,6 @@ public class GuardedIndexedSorted : IIndexedSorted class X { - static void Main () + public static void Main () { } }