X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-11.cs;h=21c6638586008b6e0ff2c22c1d7d3279adb031e4;hb=d8be0899640d040272eb77b8749275a41a3d103a;hp=255b0f1b704874031951249287a6904b8b1687f8;hpb=f84f760a1c8a8c0ec6ae16b7f38d14a49d329ad7;p=mono.git diff --git a/mcs/tests/test-anon-11.cs b/mcs/tests/test-anon-11.cs index 255b0f1b704..21c66385860 100644 --- a/mcs/tests/test-anon-11.cs +++ b/mcs/tests/test-anon-11.cs @@ -7,7 +7,7 @@ delegate void E (out int x); delegate void F (params int[] x); class X { - static int Main () + public static int Main () { // This should create an AnonymousMethod with the implicit argument D d1 = delegate {};