Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-async-07.cs
index 55d7b08c89b51de6e0e87f0c97078858b31daee5..0a6dd398dbefaa52913db60f80353747997bea9a 100644 (file)
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                var mre_l = new ManualResetEvent (false);
                var mre = new ManualResetEvent (false);