Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / tests / test-async-32.cs
index f0e3fc64870f8d1954df2e65932cf256b770c310..8942844d0a0ca6689ed8942ae8c953ddc5261303 100644 (file)
@@ -22,7 +22,7 @@ class Program
                throw new ApplicationException();
        }
 
-       static int Main()
+       public static int Main()
        {
                bool canceled = false;
                var t = TestCanceled().ContinueWith(l =>