X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-216.cs;h=9c9f5f1a9f5d18a6f8295cbfb756d837d779ce4e;hb=100bd760a46811121b4b47ebba941d4fb98486ab;hp=2edf452e9769a9462e544e1e89a7f1c0da5da0ce;hpb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;p=mono.git diff --git a/mcs/tests/test-216.cs b/mcs/tests/test-216.cs index 2edf452e976..9c9f5f1a9f5 100644 --- a/mcs/tests/test-216.cs +++ b/mcs/tests/test-216.cs @@ -25,7 +25,7 @@ class cls class MonoEmbed { - static void Main() + public static void Main() { cls c = new cls(); c.OnWhatever += new OnWhateverDelegate( Whatever );