X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Fgtest-250.cs;h=33b51cb598250b0a9c43390b45c1da0adcd331b8;hb=4ccd94d7ccf69cc52532ea920b2d1b48f9c6a7cc;hp=c57295c1fea284e35dbc51a4162bf5464828a084;hpb=9869ae24b88761ab261c4311e24f7383b4af3f02;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 () { } }