X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-04.cs;h=7cbec62f14f6b9da0e5f2595c9fe66e6cc3c4a3c;hb=bcefc710782c9e95d3e9bcad58d4bcf1a944150d;hp=50985f4fb2bee92ed3d2a906c97000cda74f93fc;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/tests/test-anon-04.cs b/mcs/tests/test-anon-04.cs index 50985f4fb2b..7cbec62f14f 100644 --- a/mcs/tests/test-anon-04.cs +++ b/mcs/tests/test-anon-04.cs @@ -6,7 +6,7 @@ using System; delegate void S (); class X { - static void Main () + public static void Main () { int a = 1; S b = delegate {