X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ftests%2Ftest-393.cs;h=fecc935f6d6a835861dcce8cde0041b86c6d061a;hb=6f677fd8c383e2517740a23f196625b3056cb714;hp=9eba405cec4a8c185f93389894da634ac8483eca;hpb=669beaed8380fa592533c8755f72593b4422d01d;p=mono.git diff --git a/mcs/tests/test-393.cs b/mcs/tests/test-393.cs index 9eba405cec4..fecc935f6d6 100644 --- a/mcs/tests/test-393.cs +++ b/mcs/tests/test-393.cs @@ -60,7 +60,7 @@ using System; return new C (name); } - static void Main () + public static void Main () { MethodHandler a = MethodSampleA; MethodHandler b = MethodSampleB;