X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-anon-19.cs;h=01e681e80b231ce8e12511b8a9fa74bf3452a23f;hb=56b3c007f428d93b7f230d58744393ad69e4ca63;hp=050b9fb65aa95dd4a1901859005e7988bb88cbf7;hpb=64f85a65b023522d3f34e9932e6a843e0ad8fc3b;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;