X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-21.cs;h=cedf161bccacd6dc06ec30f05e252a986fb13d5a;hb=51b93b6c23229e18f9e99db621ea3d733cee9f9d;hp=7531dfe6145e85d9c9a985fe8f8948604f2db528;hpb=948dbf8d4581ac17f5420cc4f7dc375e3c502576;p=mono.git diff --git a/mcs/tests/test-anon-21.cs b/mcs/tests/test-anon-21.cs index 7531dfe6145..cedf161bcca 100644 --- a/mcs/tests/test-anon-21.cs +++ b/mcs/tests/test-anon-21.cs @@ -7,7 +7,7 @@ delegate void D (); class X { - static int Main () + public static int Main () { X x = new X(); x.M ();