Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-async-35.cs
index b65822e11fe8fb4a03116572210c263165ad4fce..5b2cadb227447d463e9707739515cd0344f72504 100644 (file)
@@ -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<AsyncStateMachineAttribute> ();