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