X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-48.cs;h=dd639b196592f48751370a4ea09072be67ec17b1;hb=76f0a58429b4cfb47c77935cfca6ce88ce9be53e;hp=77acd9bd31e23c41a3d76477e72bfae499877dcf;hpb=5d9434fcb3acc1ed7d3d30603faae797d672fe65;p=mono.git diff --git a/mcs/tests/test-anon-48.cs b/mcs/tests/test-anon-48.cs index 77acd9bd31e..dd639b19659 100644 --- a/mcs/tests/test-anon-48.cs +++ b/mcs/tests/test-anon-48.cs @@ -26,7 +26,7 @@ public class World class X { - static void Main () + public static void Main () { World world = new World (); world.Test (5);