X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Ftests%2Ftest-async-35.cs;h=5b2cadb227447d463e9707739515cd0344f72504;hb=909bedb4a98212c751b676c447669f884162ee3b;hp=b65822e11fe8fb4a03116572210c263165ad4fce;hpb=8b60f2010a060bae21e10de12e562bbb167b1b92;p=mono.git diff --git a/mcs/tests/test-async-35.cs b/mcs/tests/test-async-35.cs index b65822e11fe..5b2cadb2274 100644 --- a/mcs/tests/test-async-35.cs +++ b/mcs/tests/test-async-35.cs @@ -14,7 +14,7 @@ namespace N.M return 0; } - static int Main () + public static int Main () { var m = typeof (C).GetMethod ("AsyncMethod"); var attr = m.GetCustomAttribute ();