X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-34.cs;h=cf0615afa4202510cf38f8a6445e5f22b7c9d73f;hb=edbc5c2334e10836479d1cc528c68d4ad5b47440;hp=3e75f7af74aea28647c50613c8acfbd8198f364e;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/mcs/tests/test-anon-34.cs b/mcs/tests/test-anon-34.cs index 3e75f7af74a..cf0615afa42 100644 --- a/mcs/tests/test-anon-34.cs +++ b/mcs/tests/test-anon-34.cs @@ -58,7 +58,7 @@ namespace Delegates Console.WriteLine(s.Value); } - static void Main(string[] args) + public static void Main(string[] args) { SpaceLeak(); } }