X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-721.cs;h=12d9f90a458c362a177b98e39d7b9f94674a0b05;hb=100bd760a46811121b4b47ebba941d4fb98486ab;hp=514065a3e2f02d969d7afac3e691b43dd3688d82;hpb=6c035e225abc36a15501a03f574744824225350b;p=mono.git diff --git a/mcs/tests/test-721.cs b/mcs/tests/test-721.cs index 514065a3e2f..12d9f90a458 100644 --- a/mcs/tests/test-721.cs +++ b/mcs/tests/test-721.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; class Program { - static int Main () + public static int Main () { Type t = typeof (Control); MethodInfo m = t.GetMethod ("set_Foo");