X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-19.cs;h=01e681e80b231ce8e12511b8a9fa74bf3452a23f;hb=cb21cf251997fb6caecf6406a8b91ebed7af81c9;hp=050b9fb65aa95dd4a1901859005e7988bb88cbf7;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/mcs/tests/test-anon-19.cs b/mcs/tests/test-anon-19.cs index 050b9fb65aa..01e681e80b2 100644 --- a/mcs/tests/test-anon-19.cs +++ b/mcs/tests/test-anon-19.cs @@ -6,7 +6,7 @@ using System; delegate void S (); class X { - static int Main () + public static int Main () { int i; int a = 0;